diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-11-11 23:29:07 +0100 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-11-11 23:29:07 +0100 |
commit | 85c027057d58ed6f778df1c21d1dc312f14cafc8 (patch) | |
tree | d080c885f6f94e88333ca086ee87727906370b7f /.config/i3/config | |
parent | c90f39cc9eac74254bcba0700cec1a6d55520577 (diff) |
i3 xorg update. screenshot scrot update.
Diffstat (limited to '.config/i3/config')
-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 b742d95..56a8d8f 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -102,10 +102,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 5 + bindsym plus gaps inner current plus 5 + bindsym Shift+minus gaps inner current minus 10 + bindsym Shift+plus gaps inner current plus 10 bindsym Return mode "default" bindsym Escape mode "default" @@ -117,7 +117,7 @@ bindsym $mod+r mode "Resize Mode" ##### Appearance font pango:Source Code Pro Medium 11 -gaps inner 5 +gaps inner 0 gaps outer 0 default_border pixel 2 default_floating_border pixel 2 |