Floating Windows Bug (again) solved!
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
assign [app_id="Alacritty"] 1
|
||||
for_window [app_id="Alacritty"] focus
|
||||
|
||||
assign [class="firefox"] 2
|
||||
for_window [class="firefox"] focus
|
||||
assign [app_id="firefox"] 2
|
||||
for_window [app_id="firefox"] focus
|
||||
|
||||
assign [app_id=thunar] 3
|
||||
for_window [app_id=thunar] focus
|
||||
|
||||
assign [class="TelegramDesktop"] 5
|
||||
for_window [class=TelegramDesktop] focus
|
||||
assign [class="tutanota-desktop"] 4
|
||||
for_window [class="tutanota-desktop"] focus
|
||||
|
||||
# set floating (nontiling)for apps needing it:
|
||||
for_window [class="Yad" instance="yad"] floating enable
|
||||
@@ -20,7 +20,8 @@ for_window [class="Xsane" instance="xsane"] floating enable
|
||||
for_window [app_id="pavucontrol" ] floating enable, resize set width 40 ppt height 30 ppt
|
||||
for_window [class="qt5ct" instance="qt5ct"] floating enable, resize set width 60 ppt height 50 ppt
|
||||
for_window [class="Bluetooth-sendto" instance="bluetooth-sendto"] floating enable
|
||||
for_window [class="Pamac-manager"] floating enable
|
||||
for_window [app_id="pamac-manager"] floating enable, resize set width 80 ppt height 70 ppt
|
||||
for_window [class="Lxappearance"] floating enable, resize set width 60 ppt height 50 ppt
|
||||
|
||||
# set floating for window roles
|
||||
for_window [window_role="pop-up"] floating enable
|
||||
|
||||
Reference in New Issue
Block a user