Re: [qtile-dev] Re: Volume widget and keybindings

2015-06-04 Thread ali.mous...@gmail.com
​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

Re: [qtile-dev] @hook.subscribe.startup_once doesn't work.

2015-05-10 Thread ali.mous...@gmail.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

[qtile-dev] Keyboard widget to change layouts per window

2015-03-17 Thread ali.mous...@gmail.com
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