diff options
author | katherine <ageha@airen-no-jikken.icu> | 2021-05-07 16:31:16 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2021-05-07 16:31:16 -0700 |
commit | 34963d7c5655f9114cd9fc004c8cfeb85eebf337 (patch) | |
tree | 9fc101081a15cdcfcdeef1be90f6a181df7e35e6 /.config/herbstluftwm/autostart | |
parent | 7186c0ff16577e45311b112b1fffd25f9decc41c (diff) | |
download | dotfiles-34963d7c5655f9114cd9fc004c8cfeb85eebf337.tar.gz |
pseudotile tor browser
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 3279203..8068885 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -196,7 +196,7 @@ hc rule windowtype~'_NET_WM_WINDOW_TYPE_(NOTIFICATION|DOCK|DROPDOWN_MENU|POPUP_M # 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|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~'(mozc_tool|Wine|explorer.exe|Tor Browser)' pseudotile=on focus=on floating=off hc rule class~'(PCSX2|mednafen)' pseudotile=on focus=on floating=off |