From f4801dc5b786b7282cbf9ae93e237d8676f1d3e1 Mon Sep 17 00:00:00 2001 From: Joachim Nielandt Date: Tue, 14 Jul 2020 11:05:59 +0200 Subject: [PATCH] Removed smart gaps in i3 --- dot_config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/i3/config b/dot_config/i3/config index 0524c93..20214b0 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config @@ -418,7 +418,7 @@ exec --no-startup-id systemctl --user start greenclip # GAPS i3-gaps specific things... # smart gaps: only one window? no gaps! -smart_gaps off +# smart_gaps on # this removes borders when there's no gaps, nice! # smart_borders on|no_gaps smart_borders no_gaps