diff options
author | katherine <ageha@airen-no-jikken.icu> | 2021-04-12 12:11:00 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2021-04-12 12:11:00 -0700 |
commit | f823f16d99a7b6e99324c98e17e15e80b730b1df (patch) | |
tree | a7b4d343c75af3513cef803610650fbddb95c3c4 /.config/herbstluftwm/autostart | |
parent | 25f82811ae968caf687355996a5025576dc866fc (diff) | |
download | dotfiles-f823f16d99a7b6e99324c98e17e15e80b730b1df.tar.gz |
tiling rules
Diffstat (limited to '.config/herbstluftwm/autostart')
-rwxr-xr-x | .config/herbstluftwm/autostart | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 7679fa7..3279203 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -195,9 +195,9 @@ hc rule focus=on floating=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 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 +hc rule class~'(VBoxSDL|pinentry|pinentry-qt)' pseudotile=on focus=on floating=off +hc rule class~'(mozc_tool|Wine|explorer.exe)' pseudotile=on focus=on floating=off +hc rule class~'(PCSX2|mednafen)' pseudotile=on focus=on floating=off ################# |