From 3cc144424cf37615528a453313c71c1570c20996 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sun, 30 Jun 2019 15:56:49 +0200 Subject: [PATCH] Disable gaps --- gui/i3/config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gui/i3/config b/gui/i3/config index d814752..821d98c 100644 --- a/gui/i3/config +++ b/gui/i3/config @@ -209,13 +209,13 @@ client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c client.background #111111 -set $default_gaps_inner 10 -set $default_gaps_outer -4 -gaps inner $default_gaps_inner -gaps outer $default_gaps_outer +# set $default_gaps_inner 10 +# set $default_gaps_outer -10 +# gaps inner $default_gaps_inner +# gaps outer $default_gaps_outer -smart_gaps on -smart_borders on +# smart_gaps on +# smart_borders on #custom bindings bindsym $mod+shift+x exec ~/bin/lock.sh