diff options
author | Blaise Thompson <blaise@untzag.com> | 2018-06-14 10:00:49 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2018-06-14 10:00:49 -0500 |
commit | 6470687948dbdad3d3f1ecb95c899ec098e0ea46 (patch) | |
tree | fb91afd205878eb63c5205752f31eafb75815c8f /i3/config | |
parent | 1c04b6bca56c51e06e12186646ae0b7f640fa0be (diff) |
2018-06-14 10:00
Diffstat (limited to 'i3/config')
-rw-r--r-- | i3/config | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |