From 76b182688e2a019f9e1e7f858e0ba2c164604e9b Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Sat, 28 Oct 2023 04:11:37 +0200 Subject: sway update --- .config/sway/config.d/10-window-rules | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .config/sway/config.d/10-window-rules (limited to '.config/sway/config.d/10-window-rules') diff --git a/.config/sway/config.d/10-window-rules b/.config/sway/config.d/10-window-rules new file mode 100644 index 0000000..a5f38d8 --- /dev/null +++ b/.config/sway/config.d/10-window-rules @@ -0,0 +1,17 @@ +default_border pixel 2 +default_floating_border normal 2 +for_window { + [app_id="pavucontrol"] floating enable + [title="Picture-in-Picture"] floating enable, sticky enable, resize set 630 350, move position 1870 1050 + [app_id="dragon-drag-and-drop"] sticky enable + [class=".*.exe"] floating enable + [app_id=".*.exe"] floating enable + [class="scrcpy"] floating enable, sticky enable, move scratchpad, scratchpad show +} + +assign { + [class="(league|riot).*.exe"] $ws5 + [class="discord"] $ws8 + [class="^steam$"] $ws0 + [class="^steam"] $ws9 +} -- cgit v1.2.3