diff options
author | Adam Stück <adam@adast.dk> | 2023-06-02 13:57:57 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.dk> | 2023-06-02 13:57:57 +0200 |
commit | 1cd66c37fd40dc9f3d5b4b0fa9fdcc458bd518d7 (patch) | |
tree | b48ded3df5dc9cd809ab6e285ee41fae27ba6025 /.config/sway | |
parent | 76b7cdef943d88f6c6a2535e40dfbb6c50883d06 (diff) |
sway: add gaps resize binds, float pavucontrol
Diffstat (limited to '.config/sway')
-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 |