Initial Commit
This commit is contained in:
30
.config/sway/config.d/rules
Normal file
30
.config/sway/config.d/rules
Normal file
@@ -0,0 +1,30 @@
|
||||
# set floating (nontiling)for apps needing it:
|
||||
#for_window [class="Yad" instance="yad"] floating enable
|
||||
#for_window [app_id="yad"] floating enable
|
||||
#for_window [app_id="blueman-manager"] floating enable, resize set width 40 ppt height 30 ppt
|
||||
|
||||
# set floating (nontiling) for special apps:
|
||||
#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 [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
|
||||
for_window [window_role="bubble"] floating enable
|
||||
for_window [window_role="task_dialog"] floating enable
|
||||
for_window [window_role="Preferences"] floating enable
|
||||
for_window [window_type="dialog"] floating enable
|
||||
for_window [window_type="menu"] floating enable
|
||||
for_window [window_role="About"] floating enable
|
||||
for_window [title="File Operation Progress"] floating enable, border pixel 1, sticky enable, resize set width 40 ppt height 30 ppt
|
||||
for_window [title="Picture in picture"] floating enable, sticky enable
|
||||
for_window [title="nmtui"] floating enable, resize set width 50 ppt height 70 ppt
|
||||
for_window [title="htop"] floating enable, resize set width 50 ppt height 70 ppt
|
||||
for_window [app_id="xsensors"] floating enable
|
||||
for_window [title="Save File"] floating enable
|
||||
|
||||
# Inhibit idle
|
||||
for_window [app_id="Chromium"] inhibit_idle fullscreen
|
||||
Reference in New Issue
Block a user