diff options
author | katherine <ageha@airen-no-jikken.icu> | 2024-10-11 07:51:01 +1000 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2024-10-11 07:51:01 +1000 |
commit | d8c77d18c2ca21d0cb727693c7ccebf4079105ff (patch) | |
tree | ac67d90bcf68be8af56e37f72ed02fb5a16421c5 /.config/herbstluftwm | |
parent | 83177aa67c64e0d129e0b63b60818e8cd7ac72ee (diff) | |
download | dotfiles-d8c77d18c2ca21d0cb727693c7ccebf4079105ff.tar.gz |
update hc spawn bindings
Diffstat (limited to '.config/herbstluftwm')
-rwxr-xr-x | .config/herbstluftwm/autostart | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 7d4ce25..d2c1d1f 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -195,18 +195,16 @@ hc keybind Mod4-c spawn ~/.config/herbstluftwm/colourgrab.sh # spawn hc keybind Mod4-Return spawn ~/.config/herbstluftwm/alacritty.sh 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-k spawn krita +hc keybind Mod4-Shift-g spawn gimp +hc keybind Mod4-Shift-i spawn krita hc keybind Mod4-Shift-m spawn ~/.config/herbstluftwm/kanjidraw.sh hc keybind Mod4-Shift-n spawn ~/.config/herbstluftwm/alacritty.sh -t "notes" -e pass edit notes hc keybind Mod4-Shift-o spawn ~/yolo/tor/start-tor-browser -hc keybind Mod4-Shift-p spawn inkscape +hc keybind Mod4-Shift-s spawn inkscape hc keybind Mod4-Shift-r spawn ~/.config/herbstluftwm/alacritty.sh -t "recall" -e pass edit recall hc keybind Mod4-Shift-t spawn transmission-gtk hc keybind Mod4-Shift-v spawn ~/.config/herbstluftwm/alacritty.sh -e $EDITOR hc keybind Mod4-Shift-w spawn ~/.config/herbstluftwm/alacritty.sh -t "weechat" -e weechat -hc keybind Mod4-Shift-z spawn zhudi # dmenu hc keybind Mod4-r spawn dmenu_run -fn "${bfont}:size=${bfont_size}" \ |