Hi,

I found in a blog [1]

This config:
awful.key({ }, "XF86AudioMute", function () awful.util.spawn("amixer
-c 0 set Master toggle") end),
awful.key({ }, "XF86AudioRaiseVolume", function ()
awful.util.spawn("amixer -c 0 set Master 2+ unmute") end),
awful.key({ }, "XF86AudioLowerVolume", function ()
awful.util.spawn("amixer -c 0 set Master 2-") end)

I think that should be in rc.lua by default. It is a problem for an
user which doesn't know nothing that volume keys in their laptop
doesn't work

What do you think ? Is there an awesome applet for this (i didn't
search, because I'm ok with alsamixer) ?

Thanks !

[1] http://www.tjtelan.com/2011/09/15/laptop-volume-buttons-in-awesome-wm/

-- 
To unsubscribe, send mail to [email protected].

Reply via email to