fix i3 gap size
This commit is contained in:
parent
7915ce2a9c
commit
94e3b7a2c1
1 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ set $font "pango:Fira Code 8"
|
|||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
# is used in the bar {} block below.
|
||||
#font pango:monospace 8
|
||||
font $font
|
||||
font $font
|
||||
|
||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||
|
@ -72,7 +72,7 @@ bindsym $mod+Shift+Right move right
|
|||
bindsym $mod+odiaeresis split h
|
||||
|
||||
# split in vertical orientation
|
||||
bindsym $mod+Shift+odiaeresis split v
|
||||
bindsym $mod+Shift+odiaeresis split v
|
||||
|
||||
# enter fullscreen mode for the focused container
|
||||
bindsym $mod+f fullscreen toggle
|
||||
|
@ -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