keyboard: use XKB groups to switch between layouts

The use of XKB groups allow to switch between layouts with a key
combination (RCTRL + RSHIFT in our case). I don't need kbdd since I am
not really interested in switching keyboard layout per window.
This commit is contained in:
Vincent Bernat 2012-07-20 15:14:29 +02:00
parent dad27fe5d0
commit 63eb3ff794
3 changed files with 4 additions and 42 deletions

1
rc.lua
View file

@ -67,7 +67,6 @@ loadrc("debug") -- debugging primitive `dbg()`
loadrc("start") -- programs to run on start
loadrc("bindings") -- keybindings
loadrc("keyboard") -- keyboard configuration
loadrc("wallpaper") -- wallpaper settings
loadrc("tags") -- tags handling
loadrc("widgets") -- widgets configuration