Colour i3's frames

This commit is contained in:
M1dgard 2018-04-05 14:12:09 +02:00
parent 417daecfe7
commit 82ba588faf
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -252,5 +252,14 @@ exec_always --no-startup-id notify-send -t 1500 -a 'i3' "i3 started"
for_window [class="Tor Browser"] floating enable for_window [class="Tor Browser"] floating enable
for_window [class="org-openstreetmap-josm-gui-MainApplication" instance="sun-awt-X11-XDialogPeer"] floating disable for_window [class="org-openstreetmap-josm-gui-MainApplication" instance="sun-awt-X11-XDialogPeer"] floating disable
# class border backgr. text indicator child_border
client.focused #293123 #293123 #ffffff #2ef49e #285577
client.focused_inactive #333333 #5f676a #ffffff #484e50 #5f676a
client.unfocused #000000 #000000 #888888 #292d2e #000000
client.urgent #2f343a #900000 #ffffff #900000 #900000
client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
client.background #ffffff
# vim: set ft=i3 noet foldmethod=marker : # vim: set ft=i3 noet foldmethod=marker :