diff options
| -rw-r--r-- | config | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -117,7 +117,7 @@ gaps vertical 60 # Borders smart_borders off -default_border pixel 4 +default_border pixel 2 client.focused $focuscol $focuscol #000000 $focuscol client.unfocused $inactcol $inactcol #000000 $inactcol client.focused_inactive $inactcol $inactcol #000000 $inactcol @@ -151,9 +151,7 @@ bindsym $mod+equal layout toggle stacking split bindsym $mod+t layout toggle tabbed split bindsym $mod+s layout toggle split bindsym $mod+f fullscreen -bindsym $mod+m \ - gaps inner current toggle $igap, \ - gaps outer current toggle $ogap +bindsym $mod+m fullscreen bindsym $mod+Tab floating toggle bindsym $mod+Control+Tab focus mode_toggle |
