diff options
author | Tom Barrett <spalf0@gmail.com> | 2016-02-10 16:40:23 -0600 |
---|---|---|
committer | Tom Barrett <spalf0@gmail.com> | 2016-02-10 16:40:23 -0600 |
commit | 9c828ca38fab9047a4a6da27d501a6d4fa94e26d (patch) | |
tree | 61757b237c79f69250e36f94229f200b2332a75b /i3/config | |
parent | f0cdf9af8f9fa7c07473791c7642f9535739b724 (diff) |
Update config
Diffstat (limited to 'i3/config')
-rw-r--r-- | i3/config | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -97,11 +97,13 @@ bar { status_command ~/.i3/status.sh colors { - statusline #e65200 - focused_workspace #4c4c4c #e65200 #ffffff + statusline #ab363f + focused_workspace #4c4c4c #ab363f #ffffff } } -client.focused #e65200 #e65200 #ffffff #e65200 +client.focused #ab363f #ab363f #ffffff #ab363f +for_window [class="Steam"] floating enable exec --no-startup-id feh --bg-scale /home/tom/Dropbox/Misc/wall.jpg +exec --no-startup-id xrandr --output DVI-I-1 --left-of DVI-I-0 |