From 703509d0a81ce102d5d504935805c93e810748f5 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 5 Dec 2017 23:34:38 -0500 Subject: [PATCH] Always show gaps and borders in i3-gaps --- dotfiles/.config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/.config/i3/config b/dotfiles/.config/i3/config index e8f5c93..87e6787 100644 --- a/dotfiles/.config/i3/config +++ b/dotfiles/.config/i3/config @@ -193,10 +193,10 @@ gaps inner $inner gaps outer $outer # Only show gaps when there's more than one window open -smart_gaps on +# smart_gaps on # Only show borders when there's more than one window open -smart_borders on +# smart_borders on # Make it easy to switch between gaps and no gaps bindsym $mod+g gaps inner all set 0; gaps outer all set 0