From ea8c32223c2464850687f56170ffc40d4652b185 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Mon, 29 Apr 2024 20:00:01 -0600 Subject: [PATCH] New backup 2024-04-29 20:00:01 --- de/home/.config/sway/config.d/window_rules | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/de/home/.config/sway/config.d/window_rules b/de/home/.config/sway/config.d/window_rules index fe8abee..caa6008 100644 --- a/de/home/.config/sway/config.d/window_rules +++ b/de/home/.config/sway/config.d/window_rules @@ -5,12 +5,22 @@ for_window [shell="xwayland"] title_format "[X] %title" # float applet windows - for_window [app_id="pavucontrol-qt$"] floating enable, move scratchpad, sticky enable, scratchpad show, resize set width $pavu_width, resize set height $pavu_height, border pixel 3, move absolute position $pavu_pos_x $pavu_pos_y +# for_window [app_id="pavucontrol-qt$"] floating enable, move scratchpad, sticky enable, scratchpad show, resize set width $pavu_width, resize set height $pavu_height, border pixel 3, move absolute position $pavu_pos_x $pavu_pos_y for_window [app_id="nm-connection-editor$"] floating enable, move scratchpad, sticky enable, scratchpad show, resize set width $netman_width, resize set height $netman_height, border pixel 3, move absolute position $pavu_pos_x $pavu_pos_y for_window [app_id="blueman-manager$"] floating enable, move scratchpad, sticky enable, scratchpad show, resize set width $blueman_width, resize set height $blueman_height, border pixel 3, move absolute position $netman_x $netman_y for_window [app_id="nextcloud$"] floating enable, move scratchpad, sticky enable, scratchpad show, resize set width $nc_width, resize set height $nc_height, border pixel 3, move absolute position $nc_x $nc_y for_window [app_id="scrcpy"] floating enable, border none, move scratchpad, scratchpad show, resize set width $scrcpy_width, resize set height $scrcpy_height, border pixel 3, move absolute position $scrcpyx $scrcpyy + for_window [app_id="pavucontrol-qt$"] { + floating enable + move scratchpad + sticky enable + scratchpad show + resize set width $pavu_width + resize set height $pavu_height + move absolute position $pavu_pos_x $pavu_pos_y + } + # Armcord opens in scratchpad for_window [class="ArmCord$"] move scratchpad, floating enable, scratchpad hide for_window [class="discord$"] move scratchpad, floating enable, scratchpad hide