❦ 16 octobre 2012 06:05 CEST, "Daniel." <danielhi...@gmail.com> :

> 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 awesome-unsubscr...@naquadah.org.

Reply via email to