fix i3 gap size

This commit is contained in:
Marty Oehme 2019-03-15 15:18:05 +01:00
parent 7915ce2a9c
commit 94e3b7a2c1

View file

@ -103,7 +103,7 @@ smart_gaps on
gaps inner 5
gaps outer 0
# enable / disable gaps (g disables, G enables)
bindsym $mod+shift+g gaps inner current set 10; gaps outer current set 10
bindsym $mod+shift+g gaps inner current set 5; gaps outer current set 0
bindsym $mod+g gaps inner current set 0; gaps outer current set 0
# Define names for default workspaces for which we configure key bindings later on.