sway: add floating rules for more window roles
This commit is contained in:
parent
87a3840cba
commit
bd9cf2f219
@ -156,6 +156,14 @@ popup_during_fullscreen smart
|
||||
|
||||
|
||||
#--- Floating Windows ------------------------------------------------------
|
||||
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 [class="pop-up"] floating enable; border normal $border
|
||||
for_window [window_role="pop-up"] floating enable; border normal $border
|
||||
for_window [window_role="task_dialog"] floating enable; border normal $border
|
||||
|
Loading…
Reference in New Issue
Block a user