diff options
Diffstat (limited to 'i3/config')
-rw-r--r-- | i3/config | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -109,11 +109,10 @@ bindsym Mod4+Shift+r restart bindsym Mod4+Shift+e exit # # class border backgr. text indicator -client.focused #000000 #76c7b7 #000000 #2e9ef4 -client.focused_inactive #333333 #999999 #000000 #484e50 -client.unfocused #333333 #cccccc #333333 #292d2e -client.urgent #2f343a #900000 #ffffff #900000 -# client.placeholder #000000 #0c0c0c #ffffff #000000 +client.focused #000000 #6a9fb5 #f5f5f5 #2e9ef4 +client.focused_inactive #000000 #505050 #e0e0e0 #484e50 +client.unfocused #000000 #505050 #aa759f +client.urgent #000000 #ac4142 #e0e0e0 #ac4142 # resize window (you can also use the mouse for that) mode "resize" { |