From 2215c588a88586edc25c55d738f55ea052a734c9 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 15 Aug 2017 21:10:20 -0500 Subject: [PATCH] Slight border changes to i3 to make differentiation easier with 0 gaps. --- .config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 23a354cb..245f9d16 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -39,8 +39,8 @@ set_from_resource $fg color15 #ebdbb2 # Apply colors to i3 # client.focused $purple2 $bg $fg $bg_soft $purple - client.focused_inactive $purple2 $bg $gray2 $bg_soft $bg - client.unfocused $purple2 $bg $gray2 $bg $bg + client.focused_inactive $purple2 $bg $gray2 $bg_soft $bg_soft + client.unfocused $purple2 $bg $gray2 $bg $bg_soft client.urgent $yellow2 $bg $yellow2 $yellow $bg client.placeholder $purple2 $bg $purple2 $purple $bg client.background $bg