From f1fedcc117ebebc956446bcb5c76778096fa2c11 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Wed, 29 May 2024 04:30:01 -0600 Subject: [PATCH] New backup 2024-05-29 04:30:01 --- de/home/.config/sway/config.d/window_rules | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/de/home/.config/sway/config.d/window_rules b/de/home/.config/sway/config.d/window_rules index 1e92b4f..6c1cf46 100644 --- a/de/home/.config/sway/config.d/window_rules +++ b/de/home/.config/sway/config.d/window_rules @@ -4,9 +4,9 @@ for_window [shell="xwayland"] title_format "[X] %title" # Discord/Armcord opens in scratchpad -# for_window [class="ArmCord"] move scratchpad, floating enable, scratchpad hide -# for_window [class="Discord"] move scratchpad, floating enable, scratchpad hide -# for_window [title="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 + for_window [title="Discord"] move scratchpad, floating enable, scratchpad hide # Thunderbird assigned to workspace 9 assign [title="Mozilla Thunderbird$"] workspace "9:" @@ -15,7 +15,7 @@ assign [title="^Sonixd$"] workspace "10:" for_window [title="(?i)(?:copying|deleting|moving|question|save file)"] floating enable, border pixel 2 -# 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 + 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