sway: fix rules to not match dialogs

This commit is contained in:
Konstantin Koslowski 2021-03-19 21:36:38 +01:00
parent 46fd288cf7
commit e82df56de1

6
config
View file

@ -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: