sway: Update window rules and assigns
This commit is contained in:
parent
d970d3b3a1
commit
a195da75d9
2 changed files with 5 additions and 1 deletions
|
@ -20,6 +20,7 @@ assign [class="^TeamSpeak"] $wsF6
|
|||
assign [class="^Steam"] $wsF11
|
||||
assign [class="^steam_app_"] $wsF12
|
||||
|
||||
assign [title="Default - Wine desktop"] $wsF12
|
||||
|
||||
# ============================= #
|
||||
# Assign workspaces to displays #
|
||||
|
|
|
@ -6,7 +6,7 @@ for_window {
|
|||
# Mark all windows running under XWayland as such
|
||||
[shell="xwayland"] title_format "%title [XWayland]"
|
||||
|
||||
# window rules for 'special' types of windows
|
||||
# window rules for 'special' types of windows (in x11 territory)
|
||||
[window_role="pop-up"] floating enable
|
||||
[window_role="bubble"] floating enable
|
||||
[window_role="dialog"] floating enable
|
||||
|
@ -16,6 +16,9 @@ for_window {
|
|||
[window_type="menu"] floating enable
|
||||
[instance="update_installer"] floating enable
|
||||
|
||||
# window rules for 'special' types of windows; in wayland we can only go by window title for now
|
||||
[title="Sharing Indicator"] floating enable
|
||||
|
||||
# window rules for specific apps
|
||||
[app_id="^org.keepassxc.KeePassXC$"] floating enable
|
||||
[app_id="mpv"] inhibit_idle visible; border none; max_render_time off
|
||||
|
|
Loading…
Add table
Reference in a new issue