Re: setting keyboard layout

2016-09-10 Thread Olivier Peyrusse
Hello Nulik, in my answer, I suppose that you use the latest script version with setxkbmap. First thing first, if you look at the script, "Foo" being the 3rd parameter (and lua being 1-index based), it will be the caption display in the widget for your keyboard configuration. kbdcfg.widget:set_t

setting keyboard layout

2016-09-10 Thread Absolute Zero
Hi, I am having hard time configuring keyboard layout, I want russian , english and spanish. But I do not understand how to configure. I am following the instructions from here: https://awesome.naquadah.org/wiki/Change_keyboard_maps But what does this mean: kbdcfg.layout = { { "us", "" , "Foo" },

Re: Setting keyboard layout per client

2012-04-05 Thread ali.mous...@gmail.com
> > ali.mousavi, don't you use Debian Wheezy? Some days ago I've got a strange > issue with old configs for keyboard layout changing on Wheezy. Sorry for answering so much late, I must have missed this email somehow. I'm using Arch linux, my guess is that these packages are a little buggy with th

Re: Setting keyboard layout per client

2012-03-16 Thread Dmitry Kuharev
ali.mousavi, don't you use Debian Wheezy? Some days ago I've got a strange issue with old configs for keyboard layout changing on Wheezy. Anyway, take Alexander's advice, setxbmap+kbdd should work for any system. On Thu, Mar 15, 2012 at 3:23 PM, ali.mous...@gmail.com < ali.mous...@gmail.com> wrot

Re: Setting keyboard layout per client

2012-03-15 Thread Alexander Yakushev
Hello Ali, I use kbdd + setxkbmap for switching layouts with a shortcut. Add the following line to your autorun section of Awesome (or to .xinitrc): setxkbmap -layout 'us,ru' -variant ',winkeys' -option grp:alt_shift_toggle -option compose:ralt Change "ru" to the layout you want. This

Setting keyboard layout per client

2012-03-15 Thread ali.mous...@gmail.com
hi, I wonder if anyone has a working way to set the keyboard leyout per client. I tried using xxkb which was suggested in the wiki[1], but it couldn't remember the layout for applications probably due to this bug[2]. So I tried kbdd which is explained in the wiki[3], and it was the only thing that