sway: add more floating windows
This commit is contained in:
parent
8cf98e8aa3
commit
776dba13a1
1 changed files with 3 additions and 0 deletions
3
config
3
config
|
@ -278,13 +278,16 @@ bindsym $mod+m mode "move"
|
|||
# Window Rules:
|
||||
#
|
||||
for_window [title="nmtui"] floating enable
|
||||
for_window [app_id="nm-connection-editor"] floating enable
|
||||
for_window [title="float*"] floating enable
|
||||
for_window [app_id="pavucontrol"] floating enable
|
||||
for_window [app_id="com.nextcloud.desktopclient.nextcloud"] floating enable
|
||||
for_window [app_id="imv"] floating enable
|
||||
for_window [app_id=".*"] title_format '<span font_weight="bold">%title</span> <span>(%app_id)</span>'
|
||||
for_window [class=".*"] title_format '<span font_weight="bold">%title</span> <span>(%class:%instance)</span>'
|
||||
# different dashes!
|
||||
for_window [app_id="firefox" title="Firefox — Sharing Indicator"] floating enable
|
||||
for_window [app_id="firefox" title="Firefox - Sharing Indicator"] floating enable
|
||||
for_window [app_id="firefox" title="Picture-in-Picture"] floating enable
|
||||
for_window [title="bluetoothctl"] floating enable
|
||||
for_window [title="fzf"] floating enable
|
||||
|
|
Loading…
Reference in a new issue