keyboard: use kbdd for keyboard switching

A popup is used to indicate the current keyboard layout. Maybe we
could use a widget instead.
This commit is contained in:
Vincent Bernat 2012-07-14 12:29:48 +02:00
parent 0250299134
commit 5d55609657
3 changed files with 59 additions and 8 deletions

2
rc.lua
View file

@ -54,8 +54,10 @@ config.hostname = awful.util.pread('uname -n'):gsub('\n', '')
-- Remaining modules
loadrc("xrun") -- xrun function
loadrc("appearance") -- theme and appearance settings
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