iam using a bash script to handle sound with awesome. it also displays a notification using just naughty. i posted it on archforum some month ago: https://bbs.archlinux.org/viewtopic.php?pid=1091860#p1091860 maybe some1 is interested. best regards
2012/10/16 Vincent Bernat <[email protected]> > ❦ 16 octobre 2012 06:05 CEST, "Daniel." <[email protected]> : > > > For some time I just hardcode the whole thing on my rc.lua, but then > > it start to get to confuse and I moved to another file. I use the same > > configuration on my desk and notebook. I use alsa + pulseaudio and > > create a "kind of" wraper to amixer command. > > If you use PulseAudio, you should have the possibility to have the same > thing everywhere. In your ~/.asoundrc, you may have something like this: > > pcm.!default { > type pulse > } > > ctl.!default { > type pulse > } > > And you can use "amixer -q sset Master 5%-" to increase volume. > -- > Follow each decision as closely as possible with its associated action. > - The Elements of Programming Style (Kernighan & Plauger) > > -- > To unsubscribe, send mail to [email protected]. >
