fix i3 gap size
This commit is contained in:
parent
7915ce2a9c
commit
94e3b7a2c1
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue