From 6470687948dbdad3d3f1ecb95c899ec098e0ea46 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Thu, 14 Jun 2018 10:00:49 -0500 Subject: 2018-06-14 10:00 --- i3/config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'i3/config') diff --git a/i3/config b/i3/config index 5d56144..694fbed 100644 --- a/i3/config +++ b/i3/config @@ -175,14 +175,14 @@ bar { } # class border background text indicator child_border -client.focused $background $background $foreground $red $orange -client.focused_inactive $background $background $foreground $red $background -client.unfocused $background $background $comment $red $background -client.urgent $background $background $red $red $red +client.focused $selection $selection $yellow $red $yellow +client.focused_inactive $selection $selection $yellow $red $selection +client.unfocused $selection $selection $comment $red $selection +client.urgent $selection $selection $red $red $red client.placeholder #282a2e #0c0c0c #ffffff #000000 #0c0c0c client.background $background -for_window [class="^.*"] border pixel 5 +for_window [class="^.*"] border pixel 3 hide_edge_borders smart -- cgit v1.2.3