On Tue, Nov 29, 2011 at 10:46 PM, Daniel Martà <[email protected]> wrote: > On Tue, Nov 29, 2011 at 10:38:58PM +0100, Javier Barroso wrote: >> 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 > > Disagree. Not everybody has those media keys, for example myself. Plus, > they're easy to set up. But If they are not in your keyboard, you will not see any efect. Simply these keybindings will be loaded but never launched, not really many memory, isn't it ? (I'm not sure amixer is in all desktop, so maybe not appropiate)
>> >> What do you think ? Is there an awesome applet for this (i didn't >> search, because I'm ok with alsamixer) ? > > I recall there was a volume applet, yes. Have a look at the vicious widget > collection. I will try it Thanks -- To unsubscribe, send mail to [email protected].
