diff options
author | katherine <ageha@airen-no-jikken.icu> | 2020-06-05 13:03:32 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2020-06-05 13:03:32 -0700 |
commit | 289e38022fe0d333844009c10287643cb0af009f (patch) | |
tree | a49193fb35b1e988725b4a211ef1b64f28a9663d /.config/herbstluftwm | |
parent | 1e61c314f4585e683ef792e2525bf4f7d69bf3b6 (diff) | |
download | dotfiles-289e38022fe0d333844009c10287643cb0af009f.tar.gz |
add krita to programs
Diffstat (limited to '.config/herbstluftwm')
-rwxr-xr-x | .config/herbstluftwm/autostart | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 05adb86..2b3386e 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -156,6 +156,8 @@ hc keybind Mod4-Shift-i spawn gimp 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-p spawn inkscape +hc keybind Mod4-Shift-r spawn krita hc keybind Mod4-Shift-t spawn transmission-gtk hc keybind Mod4-Shift-v spawn urxvt -name $EDITOR -e $EDITOR hc keybind Mod4-Shift-w spawn urxvt -name "weechat" -e weechat |