dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit edff1f4ab9567db6a75194703114409021f38fd3
parent 0249c709106f8800880b71ed200bc6c61075489d
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Thu, 19 Sep 2013 19:03:00 +0200

inactive windows now have the same colors as unfocused windows

Diffstat:
M.i3/config | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/.i3/config b/.i3/config @@ -27,6 +27,13 @@ font -misc-fixed-medium-r-normal--12-120-75-75-C-70-iso10646-1 # none: no border, no window title new_window 1pixel +# color class border backgr. text indicator +client.focused #4c7899 #285577 #ffffff #2e9ef4 +#client.focused_inactive #333333 #5f676a #ffffff #484e50 +client.focused_inactive #333333 #222222 #888888 #292d2e +client.unfocused #333333 #222222 #888888 #292d2e +client.urgent #2f343a #900000 #ffffff #900000 + # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod