From 1cd66c37fd40dc9f3d5b4b0fa9fdcc458bd518d7 Mon Sep 17 00:00:00 2001 From: Adam Stück Date: Fri, 2 Jun 2023 13:57:57 +0200 Subject: sway: add gaps resize binds, float pavucontrol --- .config/sway/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index f905de7..526415b 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -147,6 +147,9 @@ mode "resize" { bindsym Up resize shrink height 15px bindsym Right resize grow width 15px + bindsym minus gaps inner current minus 5 + bindsym equal gaps inner current plus 5 + bindsym Return mode "default" bindsym Escape mode "default" } @@ -177,6 +180,7 @@ for_window [window_role="task_dialog"] floating enable for_window [window_type="menu"] floating enable for_window [window_role="About"] floating enable for_window [class="floating_window"] floating enable +for_window [app_id="pavucontrol"] floating enable seat seat0 xcursor_theme phinger-cursors-light 32 seat * hide_cursor when-typing enable -- cgit v1.2.3-70-g09d2