Hello everybody !
I am trying to set up my volume keys so I took a snippet from
https://awesomewm.org/wiki/Volume_control_and_display
I only took the binding part, but when I press the keys, the volume is
increased / decreased by a dramatic level... When I try to run
amixer set Master 9%+
in a terminal the volume correctly gets increased by 9 % while the key
defined llike that :
awful.key({ }, "XF86AudioRaiseVolume", function ()
awful.util.spawn("amixer set Master 9%+") end)
causes the volume to jump from 0% to 65% or from 1% to 74%
At first I thought that there may be some string processing that could
change the command but replacing it with echo amixer set Master 9%+ >
/tmp/out proved this wrong.
What could cause this different behaviour ?
Thank you by advance,
Louis
--
To unsubscribe, send mail to [email protected].