diff options
author | shmibs <shmibs@gmail.com> | 2015-10-31 15:56:07 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2015-10-31 15:56:07 -0700 |
commit | aca3c9e6a423918446a0db8bd3cf0da3d394de8c (patch) | |
tree | 82e1d5d0ff1facd07ec64d522f56967e8e33e043 /.config/herbstluftwm/autostart | |
parent | ab9a0308d71d6733ff409ac622649044872224a9 (diff) | |
download | dotfiles-aca3c9e6a423918446a0db8bd3cf0da3d394de8c.tar.gz |
added mpd keybindings
Diffstat (limited to '.config/herbstluftwm/autostart')
-rwxr-xr-x | .config/herbstluftwm/autostart | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 8963277..e38e6b2 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -93,6 +93,7 @@ hc mousebind Mod4-Button3 resize hc keybind Mod4-BackSpace cycle_monitor hc keybind Mod4-i jumpto urgent + ################ launchers ################ # tegaki @@ -141,6 +142,11 @@ hc keybind Mod4-0 spawn dmenu_run -fn $efont -p "Run:" -h 18 -nb $bg_normal -nf hc keybind Mod4-9 spawn ~/.config/herbstluftwm/switcher.sh hc keybind Mod4-8 spawn ~/.config/herbstluftwm/calc.sh +# tunes +hc keybind Mod4-Down spawn mpc toggle +hc keybind Mod4-Right spawn mpc next +hc keybind Mod4-Left spawn mpc prev + ############## end launchers ############## |