sway: add scratchpad rules

This commit is contained in:
Konstantin Koslowski 2021-03-01 11:03:38 +01:00
parent 2c6ceab813
commit 4475967df9

4
config
View file

@ -276,6 +276,10 @@ for_window [class=".*"] title_format '<span font_weight="bold">%title</span> <sp
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; move position 0 0
for_window [title="bluetoothctl"] floating enable for_window [title="bluetoothctl"] floating enable
for_window [title="fzf"] floating enable for_window [title="fzf"] floating enable
# scratchpad rules
for_window [class="Plexamp"] exec sh -c "sleep 1"; mark s; floating enable; resize set width 1200; resize set height 700; move scratchpad
for_window [class="Ferdi"] exec sh -c "sleep 1"; mark x; floating enable; resize set width 1200; resize set height 700; move scratchpad
for_window [class="Signal"] exec sh -c "sleep 1"; mark c; floating enable; resize set width 1200; resize set height 700; move scratchpad
# #
# Status Bar: # Status Bar: