>
> setxkbmap $1,us
>
> where $1 - ru or other layout name
>
you are my hero man! it simply solves it! I can't believe that the solution
was this easy and I've been looking it for like a month!
-- User defined keys
> awful.key({ modkey, }, "#26", function ()
> awful.util.spawn("emacsclient -c", false) end), -- #26 = 'e'
>
this only works for awesome bindings, and I can't set shortcuts like
copying and pasting texts in rc.lua! but this was also a cool thing to know
(although I had read it before in the mailing list)
Another workaround is to setup your keyboard layouts on system level.
> You can do it in xorg.conf file
>
thanks! this also solves the problem! I don't know why I hadn't tried it
before! :)