diff --git a/.config/i3/config b/.config/i3/config index 3cb8782..4e0186c 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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.