From 80273ea60a6be44b93441d1454a37e5884f887f3 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 20 Oct 2017 09:26:06 +0100 Subject: [PATCH] Actually use i3gaps --- modules/i3/files/i3.conf | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/modules/i3/files/i3.conf b/modules/i3/files/i3.conf index 81fb15b..14d43de 100644 --- a/modules/i3/files/i3.conf +++ b/modules/i3/files/i3.conf @@ -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