diff options
author | shmibs <shmibs@gmail.com> | 2014-11-20 21:11:16 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-11-20 21:11:16 -0700 |
commit | a7c6cad066bcb2c2fede3cdbf701a4b2fae0d583 (patch) | |
tree | 099fa8f6b812b6a48f84658c10e56d1d8f93902e | |
parent | ea9076b17d1baf1772e5940331bbbcf80acd2d3d (diff) | |
download | dotfiles-a7c6cad066bcb2c2fede3cdbf701a4b2fae0d583.tar.gz |
webcam shortcut
-rwxr-xr-x | .config/herbstluftwm/autostart | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 69f7f24..f20b89a 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -121,16 +121,18 @@ hc keybind Mod4-c spawn ~/.config/herbstluftwm/colourgrab.sh # spawn hc keybind Mod4-Return spawn urxvt +hc keybind Mod4-Shift-b spawn primusrun VBoxSDL --startvm arch +hc keybind Mod4-Shift-c spawn cvlc v4l2:// hc keybind Mod4-Shift-d spawn ~/games/desura/desura hc keybind Mod4-Shift-f spawn 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-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 "vim" -e vim hc keybind Mod4-Shift-w spawn urxvt -name "weechat" -e weechat -hc keybind Mod4-Shift-p spawn urxvt -e pms # dmenu hc keybind Mod4-0 spawn dmenu_run -fn $efont -p "Run:" -h 18 -nb $bg_normal -nf $fg_normal \ |