diff options
author | Jesús <heckyel@hyperbola.info> | 2019-04-28 17:52:31 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-04-28 17:52:31 -0500 |
commit | bbd854dd19103a9b4621472158be2986859bf4ee (patch) | |
tree | d23fb98707f2c4b879c38163df0142416ebd052b | |
parent | adfebd19d9cc08e308bbbbb97e7afdb7fa1f16b1 (diff) | |
download | i3-config-bbd854dd19103a9b4621472158be2986859bf4ee.tar.lz i3-config-bbd854dd19103a9b4621472158be2986859bf4ee.tar.xz i3-config-bbd854dd19103a9b4621472158be2986859bf4ee.zip |
reorganize for_window floating
-rw-r--r-- | config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -143,11 +143,11 @@ assign [class=Arandr|Gparted|Lxappearance|Lxrandr|Lxtask|Pavucontrol] $workspace # Programs floating for_window [class="(?i)firetools"] floating enable for_window [class="(?i)lxappearance"] floating enable -for_window [title="(?i)pulseaudio multiband EQ"] floating enable -for_window [class="(?i)transmission"] floating enable for_window [class="(?i)pavucontrol"] floating enable, move position mouse for_window [class="(?i)pinentry"] floating enable +for_window [title="(?i)pulseaudio multiband EQ"] floating enable for_window [class="(?i)simplescreenrecorder"] floating enable +for_window [class="(?i)transmission"] floating enable # reload the configuration file bindsym $mod+Shift+c reload |