diff options
author | katherine <ageha@airen-no-jikken.icu> | 2020-04-21 21:03:07 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2020-04-21 21:03:07 -0700 |
commit | 415e736e20d99c49b8057c5c1c425ce8d3231c7f (patch) | |
tree | 6fa5770e9c264d820c410a0783afa5bccbe56bd8 /.config/herbstluftwm/autostart | |
parent | 286b74df7b3f9a0fb79b5a53cae646f60ecf7c02 (diff) | |
download | dotfiles-415e736e20d99c49b8057c5c1c425ce8d3231c7f.tar.gz |
disable window floating
Diffstat (limited to '.config/herbstluftwm/autostart')
-rwxr-xr-x | .config/herbstluftwm/autostart | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 15a8c25..d414b73 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -192,10 +192,10 @@ hc rule focus=on # unmanage docks, dropdowns, etc 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 -hc rule class~'(mozc_tool|PlayOnLinux|PCSX2|Tilem2|Wine|explorer.exe)' pseudotile=on focus=on -hc rule class~'(mednafen)' pseudotile=on focus=on +hc rule windowtype~'_NET_WM_WINDOW_TYPE_(DIALOG|UTILITY|SPLASH)' pseudotile=on focus=on floating=off +hc rule class~'(VBoxSDL|SleepIsDeathApp|freeciv-sdl|FTL|pinentry)' pseudotile=on focus=on floating=off +hc rule class~'(mozc_tool|PlayOnLinux|PCSX2|Tilem2|Wine|explorer.exe)' pseudotile=on focus=on floating=off +hc rule class~'(mednafen)' pseudotile=on focus=on floating=off ################# |