diff options
author | katherine <ageha@airen-no-jikken.icu> | 2019-07-11 04:56:56 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2019-07-11 04:56:56 -0700 |
commit | 40195ec4af1d1192ca6d1a9ef5aaacf002b87309 (patch) | |
tree | 0355e6e0e3b20b81f659d3f0730c7864ef3ee327 /.config/herbstluftwm/autostart | |
parent | 021b56a5abca3d78ee8e277cca6ded7219d55bed (diff) | |
download | dotfiles-40195ec4af1d1192ca6d1a9ef5aaacf002b87309.tar.gz |
miscellaneous
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 a9b615a..995b23a 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -189,7 +189,7 @@ hc keybind Mod4-Left spawn ~/.config/herbstluftwm/mpc-status.sh prev hc unrule -F hc rule focus=on # unmanage docks, dropdowns, etc -hc rule windowtype~'_NET_WM_WINDOW_TYPE_(NOTIFICATION|DOCK)' manage=off +hc rule windowtype~'_NET_WM_WINDOW_TYPE_(NOTIFICATION|DOCK|DROPDOWN_MENU|POPUP_MENU)' manage=off # set apppropriate things to pseudotile hc rule windowtype~'_NET_WM_WINDOW_TYPE_(DIALOG|UTILITY|SPLASH)' pseudotile=on focus=on hc rule class~'(VBoxSDL|SleepIsDeathApp|freeciv-sdl|FTL|pinentry)' pseudotile=on focus=on |