diff options
author | katherine <shmibs@shmibbles.me> | 2017-12-10 19:29:50 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2017-12-10 19:29:50 -0700 |
commit | 0fe570d81b592d11531e1ca2487ecd1403bb375b (patch) | |
tree | 13e85cec7fa7c8c4638771816b4d7e99dce8931f | |
parent | a0f41b26800251aa05cbd042c8852ec8e212a95b (diff) | |
download | dotfiles-0fe570d81b592d11531e1ca2487ecd1403bb375b.tar.gz |
trim extraneous commands
-rwxr-xr-x | .config/herbstluftwm/autostart | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 4cf40b0..4106644 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -118,9 +118,6 @@ hc keybind Mod4-i jumpto urgent ## launchers -# tegaki -hc keybind Mod4-r spawn tegaki-recognize - #pass hc keybind Mod4-x spawn ~/.config/herbstluftwm/pass.sh hc keybind Mod4-Shift-x spawn ~/.config/herbstluftwm/pass.sh -f @@ -157,15 +154,12 @@ hc keybind Mod4-w spawn xdotool click 1 # spawn hc keybind Mod4-Return spawn urxvt -hc keybind Mod4-Shift-b spawn primusrun VBoxSDL --startvm arch -hc keybind Mod4-Shift-d spawn ~/games/desura/desura -hc keybind Mod4-Shift-f spawn firejail --netfilter=/etc/firejail/nolocal.net firefox +hc keybind Mod4-Shift-f spawn firejail --netfilter=/etc/firejail/nolocal.net firefox-esr 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-n spawn urxvt -name "notes" -e $EDITOR ~/notes hc keybind Mod4-Shift-o spawn ~/stuffs/tor/start-tor-browser -hc keybind Mod4-Shift-p spawn urxvt -e pms 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 |