Actually use i3gaps

This commit is contained in:
Jake Howard 2017-10-20 09:26:06 +01:00
parent 1306026665
commit 80273ea60a
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -3,10 +3,10 @@ set $mod Mod4
font pango:monospace 8
floating_modifier $mod
smart_gaps on
# Window Config
for_window [class="^.*"] gaps inner all set 0
for_window [class=".*"] border pixel 2
# i3 shortcuts
bindsym $mod+Shift+r restart
@ -64,6 +64,12 @@ bindsym $mod+e layout toggle split
bindsym $mod+Shift+space floating toggle
bindsym $mod+space focus mode_toggle
# Gaps
bindsym $mod+i gaps inner all plus 5
bindsym $mod+Shift+i gaps inner all minus 5
bindsym $mod+o gaps outer all plus 5
bindsym $mod+Shift+o gaps outer all minus 5
# Workspaces
bindsym $mod+1 workspace 1
bindsym $mod+2 workspace 2