diff options
author | shmibs <shmibs@gmail.com> | 2014-06-29 10:38:59 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-06-29 10:38:59 -0700 |
commit | 5868104f033ebf2ffceb7458baeaa748574ce310 (patch) | |
tree | d7e48c00571d7227e7190df73ce7c5dffa4fc9d4 /.config/herbstluftwm | |
parent | c6c2695b03dcc98c5a9fb2e8b2622e4e5685a63b (diff) | |
download | dotfiles-5868104f033ebf2ffceb7458baeaa748574ce310.tar.gz |
fixed vim indenting
i'm a dankas sometimes...
Diffstat (limited to '.config/herbstluftwm')
-rwxr-xr-x | .config/herbstluftwm/autostart | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 7d06bab..1b714e6 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -1,10 +1,6 @@ #!/bin/bash -# define colours -bg_normal='#333333' -fg_normal='#dcdcdc' -bg_focus='#a25136' -fg_focus='#fcfcfc' +source ~/.config/herbstluftwm/colours.sh hc() { herbstclient "$@" @@ -177,7 +173,7 @@ hc rule focus=on hc rule windowtype~'_NET_WM_WINDOW_TYPE_(NOTIFICATION|DOCK)' manage=off # set apppropriate things to pseudotile hc rule windowtype~'_NET_WM_WINDOW_TYPE_(DIALOG|UTILITY|SPLASH)' pseudotile=on focus=on -hc rule class~'(freeciv-sdl|milkytracker|FTL|Tegaki-recognize|Pcsx2|Tilem2)' pseudotile=on focus=on +hc rule class~'(freeciv-sdl|milkytracker|FTL|Tegaki-recognize|Pcsx2|Tilem2|Wine)' pseudotile=on focus=on # unlock, just to be sure hc unlock |