From e82df56de1c7885a99306c6c1fb897fe3f2c3045 Mon Sep 17 00:00:00 2001 From: Konstantin Koslowski Date: Fri, 19 Mar 2021 21:36:38 +0100 Subject: [PATCH] sway: fix rules to not match dialogs --- config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config b/config index 8d7e871..09f6814 100644 --- a/config +++ b/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="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 +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" 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" window_type="normal"] exec sh -c "sleep 1"; mark c; floating enable; resize set width 1200; resize set height 700; move scratchpad # # Status Bar: