Hi to all.
Got a little problem: I use kbdd daemon to remember keyboard layouts
among different windows and xkb switching layouts. My notebook doesn`t
have either led indicators for Cups an Num locks, so I wrote a simple
widget and a shell script which gets leds state with xset -q. Widget
update is triggered with keybinding in rc.lua:
awful.key({ }, "Caps_Lock",
function()
end),
but even empty function cases kbdd to set the layout of current window
to the layout of root window. Am I doing something wrong?
Thanx ahead of time.
--
To unsubscribe, send mail to [email protected].