diff options
author | shmibs <shmibs@gmail.com> | 2014-09-01 11:33:59 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-09-01 11:33:59 -0700 |
commit | 76986701eca30c36649fa8111358a45e2c88ff55 (patch) | |
tree | 8d2b80e89cd2d838ede10f5069d99b6523bbe387 /.config/herbstluftwm/autostart | |
parent | e0f2ec8a98ec6d3adec28e737c515c9dab550e4b (diff) | |
download | dotfiles-76986701eca30c36649fa8111358a45e2c88ff55.tar.gz |
theme update time!
Diffstat (limited to '.config/herbstluftwm/autostart')
-rwxr-xr-x | .config/herbstluftwm/autostart | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 787b821..677c2b3 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -174,7 +174,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|Wine)' pseudotile=on focus=on +hc rule class~'(SleepIsDeathApp|freeciv-sdl|milkytracker|FTL|Tegaki-recognize|PlayOnLinux|Pcsx2|Tilem2|Wine)' pseudotile=on focus=on # unlock, just to be sure hc unlock @@ -194,12 +194,6 @@ for monitor in $(herbstclient list_monitors | cut -d: -f1) ; do "$panel" $monitor & done -# add a tray -tray=~/.config/herbstluftwm/tray.sh -if [ -x "$tray" ]; then - "$tray" & -fi - # run dunst with theme colours dunst -lb $bg_normal -nb $bg_normal -cb $bg_focus \ -lf $fg_normal -nf $fg_normal -cf $fg_focus \ |