sway: add scratchpad rules
This commit is contained in:
parent
2c6ceab813
commit
4475967df9
1 changed files with 4 additions and 0 deletions
4
config
4
config
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue