From 1b664b9cea0d87008b15a9aa043da30cb0c9d00e Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Mon, 13 Apr 2020 10:36:45 -0300 Subject: Reverted back to 2px gaps --- .config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/i3') diff --git a/.config/i3/config b/.config/i3/config index 0cfde0a4..b2f47e25 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -55,8 +55,8 @@ for_window [class=".*"] border pixel 2 # Use gaps # smart_gaps on -gaps inner 1 -gaps outer 1 +gaps inner 2 +gaps outer 2 bindsym $mod+Shift+t gaps inner current set 15; gaps outer current set 15 bindsym $mod+s gaps inner current plus 5 -- cgit v1.2.3