From 149ebccc7c2f023043b71e1c8ebdc62c6434ffb8 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 1 Nov 2021 22:10:12 +0100 Subject: [PATCH] i3: don't use smart gaps --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index 5320631..b0cf8ca 100644 --- a/config +++ b/config @@ -22,8 +22,8 @@ client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c client.background #ffffff # gaps -gaps inner 12 -smart_gaps on +gaps inner 10 +# smart_gaps on # audio bindsym XF86AudioRaiseVolume exec --no-startup-id exec pactl set-sink-volume @DEFAULT_SINK@ +5%