diff options
author | katherine <ageha@airen-no-jikken.icu> | 2023-04-07 21:35:34 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2023-04-07 21:35:34 -0700 |
commit | 0b5e4da190bb92d3607ae4166c3a71a80a24906a (patch) | |
tree | d619e03c77563dbec7349aef74b32459b8a61b00 /.config/herbstluftwm/autostart | |
parent | ede7a502f2eb3c6aa8f61727c6ccf2a012c2067d (diff) | |
download | dotfiles-0b5e4da190bb92d3607ae4166c3a71a80a24906a.tar.gz |
rule for new kanji draw
Diffstat (limited to '.config/herbstluftwm/autostart')
-rwxr-xr-x | .config/herbstluftwm/autostart | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 234eb2d..049e084 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -192,6 +192,7 @@ hc rule windowtype~'_NET_WM_WINDOW_TYPE_(DIALOG|UTILITY|SPLASH)' pseudotile=on f hc rule class~'(VBoxSDL|pinentry|pinentry-qt)' 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 +hc rule title~'(Kanji Draw)' pseudotile=on focus=on floating=off ################# |