hi,
My approach for using volume widget with pulse was simply using these
arguments for it:
mute_command= 'amixer -q -D pulse set Master toggle'.split()
volume_up_command= 'amixer -q -D pulse set Master 2%+'.split()
volume_down_command= 'amixer -q -D pulse set Master 2%-'.split()
get_volume_com
On Sun, May 10, 2015 at 8:48 AM, Aws A. wrote:
> There is no such file.
>
Hi,
You might want to put something like: "exec qtile
> ~/.qtile-stdout 2> ~/.qtile-stderr" in your ~./xinitrc and check those
files after running startx for any possible error.
--
You received this message because
Hi all,
I have written a keyboard layout switcher widget[1] that changes layouts
per window, using kbdd[2], It's configuration is almost like the
KeyboardLayout widget, you can also set the foreground color for each
layout. I didn't implement mouse clicks beacuse changing layouts using dbus
comman