diff options
author | katherine <shmibs@shmibbles.me> | 2017-06-26 21:50:27 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2017-06-26 21:50:27 -0700 |
commit | b2971d8a495efecef306741e637612a848b9d693 (patch) | |
tree | 732a2dfaabc9ad55235df880188167fd9984ce0f /.config/herbstluftwm | |
parent | 4eaec049e4f306df97e025e77b1b3335ec1f4a20 (diff) | |
download | dotfiles-b2971d8a495efecef306741e637612a848b9d693.tar.gz |
add scrot command
Diffstat (limited to '.config/herbstluftwm')
-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 458a2b3..931f9a7 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -156,6 +156,7 @@ 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-s spawn scrot 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 |