sway: add floating rules for firefox popups
This commit is contained in:
parent
a8938f563a
commit
0c56eceb56
1 changed files with 2 additions and 1 deletions
3
config
3
config
|
@ -278,7 +278,8 @@ 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>'
|
||||
for_window [app_id="firefox" title="Firefox - Sharing Indicator"] floating enable; move position 0 0
|
||||
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
|
||||
# scratchpad rules
|
||||
|
|
Loading…
Reference in a new issue