diff options
author | adamstuck <adam.moloney.stuck@gmail.com> | 2021-11-10 09:07:27 +0100 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2021-11-10 09:07:27 +0100 |
commit | aa0fdf02a20039e6fe9f3f92ba7ee1db3c3081ff (patch) | |
tree | f0ce71d8d3beeab1f7e95382abed90411be7a750 /.config/i3 | |
parent | 383db199c4758f7b2d412ce79fd99a81432e7174 (diff) |
i3 config gap size update
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/config | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/i3/config b/.config/i3/config index 729cad2..fca7638 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -100,10 +100,10 @@ mode "Resize Mode" { bindsym Shift+k resize grow height 12 px or 12 ppt bindsym Shift+l resize grow width 12 px or 12 ppt - bindsym minus gaps inner current minus 6 - bindsym plus gaps inner current plus 6 - bindsym Shift+minus gaps inner current minus 12 - bindsym Shift+plus gaps inner current plus 12 + bindsym minus gaps inner current minus 1 + bindsym plus gaps inner current plus 1 + bindsym Shift+minus gaps inner current minus 2 + bindsym Shift+plus gaps inner current plus 2 bindsym Return mode "default" bindsym Escape mode "default" @@ -116,7 +116,7 @@ bindsym $mod+r mode "Resize Mode" font pango:Source Code Pro Medium 11 -gaps inner 2 +gaps inner 0 gaps outer 0 default_border pixel 1 default_floating_border pixel 1 |