Revert "link mute/volumeup/volumedown keys to respective amixer commands"
commit1bc3ba4bb764e5dc4d923a7ea14e402756435c16
authorArnout Engelen <arnouten@bzzt.net>
Fri, 15 Jun 2012 20:05:23 +0000 (15 22:05 +0200)
committerArnout Engelen <arnouten@bzzt.net>
Fri, 15 Jun 2012 20:05:23 +0000 (15 22:05 +0200)
treebec6af7a443826be73acf2a859e63b5895d4d3d1
parent725ce64faf9eeccd4f4466233e7bcd62d0978724
Revert "link mute/volumeup/volumedown keys to respective amixer commands"

You can achieve the same with xbindkeys:

"amixer sset Master 3%+"
    m:0x0 + c:123
    XF86AudioRaiseVolume

"amixer sset Master 3%-"
    m:0x0 + c:122
    XF86AudioLowerVolume

"amixer sset Master toggle"
    m:0x0 + c:121
    XF86AudioMute

so the wm can/should stay out of this

This reverts commit b67a62499eb2791570839c4871b8b41e072519e7.
etc/cfg_notioncore.lua