Remove unused parts, updated my theme
== ALL FILES == The org TOCs were unused on export, and Spacemacs makes it useless. This commits removes them. The startup header of org files is moved to the header file. == AWESOME == In the Awesome file, this commit removes everything about custom theme creation as this part is not yet used. I also remade and reorganized the windows titlebars. Theme files for Awesome shall be added soon. The wallpaper functions were updated accordingly. In the autostart part, I updated some commands (picom will not launch if another instance is already running, same for the XFCE polkit), and I added PumoPM to the autolaunched software (power management). Due to some issues, I also let Awesome one second before launching `set-screens'. == AWESOME AND CUSTOM SCRIPTS == This commit also removes any usage of pywal. My Awesome configuration and my custom scripts were updated accordingly. == CUSTOM SCRIPTS == In bin.org, the script `pape-restore' has been removed since it can now be replaced with the command `nitrogen --restore'. `pape-update' has also been updated so it doesn’t depend on `pape-restore' and gets a random wallpaper for nitrogen to set without the help of pywal. == XRESOURCES / ST AND PICOM == St’s transparency was tweaked to match my windows’ titlebar transparency. It also got the Nord theme mentionned above. Some custom Picom rule about St’s transparency has been removed. == PICOM == I made it clearer in the index and on Picom’s page Picom is the new Compton. == FIREFOX == A new git submodule (blurredfox-nord) has been added, which adds some transparency to Firefox as well as some Nord colors. == I3 AND POLYBAR == My i3 and Polybar config have been deprecated since I do not use them anymore. == SPACEMACS == Changed shortcuts for config files
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# -*- org-confirm-babel-evaluate: nil -*-
|
||||
#+TITLE: i3 config
|
||||
#+TITLE: i3 config (Deprecated)
|
||||
#+setupfile: headers
|
||||
#+OPTIONS: auto-id:t
|
||||
#+HTML_HEAD_EXTRA: <meta name="description" content="Phundrak's i3 config" />
|
||||
@@ -7,52 +7,15 @@
|
||||
#+HTML_HEAD_EXTRA: <meta property="og:description" content="Description of the i3 config file of Phundrak" />
|
||||
#+PROPERTY: header-args :noweb yes :exports code :tangle ~/.config/i3/config
|
||||
#+PROPERTY: header-args:emacs-lisp :exports none :tangle no
|
||||
#+STARTUP: content
|
||||
|
||||
* Table of Contents :TOC:noexport:
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: Table_of_Contents-b6f56d3d
|
||||
:END:
|
||||
- [[#presentation][Presentation]]
|
||||
- [[#variables-declaration][Variables declaration]]
|
||||
- [[#global][Global]]
|
||||
- [[#floating-windows][Floating windows]]
|
||||
- [[#i3-global-settings][i3 global settings]]
|
||||
- [[#mouse-settings][Mouse settings]]
|
||||
- [[#popup-handling][Popup handling]]
|
||||
- [[#behavior-of-workspace-changes][Behavior of workspace changes]]
|
||||
- [[#gaps-and-window-appearance][Gaps and window appearance]]
|
||||
- [[#assigning-windows-to-workspaces][Assigning windows to workspaces]]
|
||||
- [[#shortcuts][Shortcuts]]
|
||||
- [[#terminal-shortcuts][Terminal shortcuts]]
|
||||
- [[#i3-shortcuts][i3 shortcuts]]
|
||||
- [[#window-and-workspace-management][Window and workspace management]]
|
||||
- [[#managing-how-windows-will-split][Managing how windows will split]]
|
||||
- [[#focus-windows][Focus windows]]
|
||||
- [[#focus-workspaces][Focus workspaces]]
|
||||
- [[#moving-windows][Moving windows]]
|
||||
- [[#moving-containers][Moving containers]]
|
||||
- [[#moving-workspaces][Moving workspaces]]
|
||||
- [[#close-windows][Close windows]]
|
||||
- [[#manage-the-size-of-the-current-window][Manage the size of the current window]]
|
||||
- [[#manage-floating-windows][Manage floating windows]]
|
||||
- [[#scratchpad-and-window-display][Scratchpad and window display]]
|
||||
- [[#gaps-management][Gaps management]]
|
||||
- [[#launching-software][Launching software]]
|
||||
- [[#software-and-command-launcher][Software and command launcher]]
|
||||
- [[#internet-software][Internet software]]
|
||||
- [[#screenshots][Screenshots]]
|
||||
- [[#screen-brightness][Screen brightness]]
|
||||
- [[#media-control][Media control]]
|
||||
- [[#rofi-utilities][Rofi utilities]]
|
||||
- [[#miscellaneous][Miscellaneous]]
|
||||
- [[#screen-management][Screen management]]
|
||||
- [[#software-autolaunch][Software autolaunch]]
|
||||
|
||||
* Presentation
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: Presentation-9c7a53bf
|
||||
:END:
|
||||
*Before proceeding, be aware that I deprecated this i3 config on August 22nd,
|
||||
2020, meaning I won’t update it anymore unless I use it again some day in the
|
||||
future. I will keep it on my website though.*
|
||||
|
||||
=i3= is a window manager for GNU/Linux which automatically tiles windows in
|
||||
workspaces. This configuration was ade to automatically handle some tasks such
|
||||
as which software allowed where, autostart, and launching software with
|
||||
|
||||
Reference in New Issue
Block a user