From 66a094531a92374a8a251422866201dbd172a402 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Tue, 21 May 2024 15:15:01 -0600 Subject: [PATCH] New backup 2024-05-21 15:15:01 --- de/home/.config/sway/config.d/window_rules | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/de/home/.config/sway/config.d/window_rules b/de/home/.config/sway/config.d/window_rules index 7f39cfa..53dbb9f 100644 --- a/de/home/.config/sway/config.d/window_rules +++ b/de/home/.config/sway/config.d/window_rules @@ -4,6 +4,8 @@ for_window [shell="xwayland"] title_format "[X] %title" # Discord/Armcord opens in scratchpad + for_window [app_id="armcord"] move scratchpad, floating enable, scratchpad hide + for_window [app_id="discord"] move scratchpad, floating enable, scratchpad hide for_window [class="ArmCord"] move scratchpad, floating enable, scratchpad hide for_window [class="Discord"] move scratchpad, floating enable, scratchpad hide @@ -12,3 +14,8 @@ # Sonixd assigned to workspace 10 assign [title="^Sonixd$"] workspace "10:" + + for_window [window_role="pop-up"] floating enable + for_window [window_role="bubble"] floating enable + for_window [window_role="dialog"] floating enable + for_window [window_type="dialog"] floating enable