diff options
-rw-r--r-- | .config/sway/config | 4 |
1 files changed, 4 insertions, 0 deletions
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 |