diff options
author | katherine <shmibs@airen-no-jikken.icu> | 2019-04-14 22:13:37 -0700 |
---|---|---|
committer | katherine <shmibs@airen-no-jikken.icu> | 2019-04-14 22:13:37 -0700 |
commit | 2fbc2465e1a934a7a878194b9cacb8591b662592 (patch) | |
tree | d45a9884c5f509be51a9e86cacf4b4ebb3105731 /.config/herbstluftwm/autostart | |
parent | d25cec232053467d9c5ce10a5262cce52324fbab (diff) | |
download | dotfiles-2fbc2465e1a934a7a878194b9cacb8591b662592.tar.gz |
snap
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 94c220b..a9b615a 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -150,10 +150,10 @@ hc keybind Mod4-w spawn xdotool click 1 # spawn hc keybind Mod4-Return spawn urxvt -hc keybind Mod4-Shift-f spawn firejail --netfilter=/etc/firejail/nolocal.net firefox-esr +hc keybind Mod4-Shift-f spawn firejail --netfilter=/etc/firejail/nolocal.net firefox hc keybind Mod4-Shift-g spawn gwaei hc keybind Mod4-Shift-i spawn gimp -hc keybind Mod4-Shift-m spawn mathematica +hc keybind Mod4-Shift-m spawn /usr/lib/mozc/mozc_tool --mode=hand_writing hc keybind Mod4-Shift-n spawn urxvt -name "notes" -e $EDITOR ~/notes hc keybind Mod4-Shift-o spawn ~/yolo/tor/start-tor-browser hc keybind Mod4-Shift-t spawn transmission-gtk @@ -193,7 +193,7 @@ hc rule windowtype~'_NET_WM_WINDOW_TYPE_(NOTIFICATION|DOCK)' 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~'(Tegaki-recognize|PlayOnLinux|PCSX2|Tilem2|Wine|explorer.exe)' 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 |