diff options
author | katherine <shmibs@shmibbles.me> | 2017-10-15 10:18:28 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2017-10-15 10:18:28 -0700 |
commit | 99ed9a2ea95d1c0c9c66af6943566a464c03c3e5 (patch) | |
tree | 678e2aef1d7b0f6b3925f713ab1a252221c2d734 /.config/herbstluftwm/autostart | |
parent | cac1dda765feb39b2308b0dbc56c1da889e6216c (diff) | |
download | dotfiles-99ed9a2ea95d1c0c9c66af6943566a464c03c3e5.tar.gz |
first steps away from mate backend
Diffstat (limited to '.config/herbstluftwm/autostart')
-rwxr-xr-x | .config/herbstluftwm/autostart | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 8e86ccc..d3b2746 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -172,6 +172,11 @@ hc keybind Mod4-r spawn dmenu_run -fn "${bfont}:size=${bfont_size}" \ hc keybind Mod4-g spawn ~/.config/herbstluftwm/switcher.sh # hc keybind Mod4-8 spawn ~/.config/herbstluftwm/calc.sh +hc keybind XF86AudioLowerVolume spawn ~/.config/herbstluftwm/pvol.sh down +hc keybind XF86AudioRaiseVolume spawn ~/.config/herbstluftwm/pvol.sh up +hc keybind XF86AudioMute spawn ~/.config/herbstluftwm/pvol.sh mute +hc keybind XF86AudioMicMute spawn ~/.config/herbstluftwm/pvol.sh + # tunes hc keybind Mod4-Up spawn ~/.config/herbstluftwm/mpc-status.sh hc keybind Mod4-Down spawn mpc toggle |