diff options
author | shmibs <shmibs@gmail.com> | 2014-07-08 11:32:24 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-07-08 11:32:24 -0700 |
commit | effba62a0758a13cfdc288d1c8543c74634fdac2 (patch) | |
tree | 3f20086ff186eeb0f37d21ce35599a91984535c6 /.config/herbstluftwm/autostart | |
parent | 6e61dc69a46b676a32fb8c85fdc33223f0fbce4e (diff) | |
download | dotfiles-effba62a0758a13cfdc288d1c8543c74634fdac2.tar.gz |
fixed when in panel
Diffstat (limited to '.config/herbstluftwm/autostart')
-rwxr-xr-x | .config/herbstluftwm/autostart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 3fe4ba3..0a2b1c7 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -170,7 +170,7 @@ hc set smart_window_surroundings 1 # rules hc unrule -F hc rule focus=on -# unmanage docs, dropdowns, etc +# unmanage docks, dropdowns, etc 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 |