diff options
author | katherine <ageha@airen-no-jikken.icu> | 2020-04-11 13:35:48 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2020-04-11 13:35:48 -0700 |
commit | 7cd3d3e0c686cc2e5f18cfc007395a94d9616727 (patch) | |
tree | 0764c21cdbf293b746db7c05b4264c8bb6928ba6 | |
parent | 9e12d9fe38f88fef71f726cca0148015d950e9ef (diff) | |
download | dotfiles-7cd3d3e0c686cc2e5f18cfc007395a94d9616727.tar.gz |
add zhudi binding
-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 9b82bb2..15a8c25 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -159,6 +159,7 @@ hc keybind Mod4-Shift-o spawn ~/yolo/tor/start-tor-browser 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 +hc keybind Mod4-Shift-z spawn zhudi # dmenu hc keybind Mod4-r spawn dmenu_run -fn "${bfont}:size=${bfont_size}" \ |