From d36f8b296ec108b509929a617e23e8b1913d83c4 Mon Sep 17 00:00:00 2001 From: Mole Shang <135e2@135e2.dev> Date: Mon, 1 May 2023 22:21:34 +0800 Subject: config/i3: update to 20230501 --- config/i3/config | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/i3/config b/config/i3/config index 7fbd444..4914ea3 100644 --- a/config/i3/config +++ b/config/i3/config @@ -222,6 +222,10 @@ bar { } } +# Hey you! Border hater!! +default_border pixel 1 +default_floating_border pixel 1 +for_window [class="^.*"] border pixel 1 ### i3-gaps stuff ### @@ -229,14 +233,14 @@ bar { # for_window [class="^.*"] border pixel 3 # Smart Gaps -smart_gaps on +smart_gaps inverse_outer # Smart Borders smart_borders on # Set inner/outer gaps -gaps inner 8 -gaps outer -5 +gaps inner 6 +gaps outer 3 # Hide edge borders only if there is one window with no gaps hide_edge_borders smart_no_gaps -- cgit v1.2.3