]> git.sur5r.net Git - i3/i3/commit
Fix keyboard layout change detection
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 3 Mar 2015 08:46:16 +0000 (09:46 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 3 Mar 2015 08:47:15 +0000 (09:47 +0100)
commitdcba0b46dd65a519c2fe54fdb2a5d6f3220d0ed4
treef6a5b48500671e9539027a4d334500c504a9ace2
parent487ccb536a6746656c1635078c7ad44892703d71
Fix keyboard layout change detection

…by listening to XKB_NEW_KEYBOARD events and re-allocating the keysym
map on both XKB_NEW_KEYBOARD and XKB_MAP_NOTIFY.

fixes #1302
src/handlers.c
src/main.c