From 7994ed61d8c741db54745593537d4347eeef2ccc Mon Sep 17 00:00:00 2001 From: Niklas Date: Tue, 29 Sep 2020 15:50:59 +0200 Subject: [PATCH] i3 less borders and gaps --- .config/i3/config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index fd84886..b58bb34 100755 --- a/.config/i3/config +++ b/.config/i3/config @@ -21,9 +21,11 @@ ### Basic stuff ### -for_window [class="^.*"] border pixel 4 +for_window [class="^.*"] border pixel 2 for_window [instance="floatme"] floating enable -gaps inner 9 +gaps inner 4 +smart_gaps on +smart_borders on font pango:monospace 8 workspace_auto_back_and_forth yes ### Definitions ###