sway: fix rules to not match dialogs
This commit is contained in:
parent
46fd288cf7
commit
e82df56de1
1 changed files with 3 additions and 3 deletions
6
config
6
config
|
@ -282,9 +282,9 @@ for_window [app_id="firefox" title="Firefox - Sharing Indicator"] floating enabl
|
||||||
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
|
# 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="Plexamp" window_type="normal"] 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="Ferdi" window_type="normal"] 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
|
for_window [class="Signal" window_type="normal"] 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