i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 58b6f3ba963fba2dc6ccf5fe6e011d3f7e5cbcf6
parent 7982dfd6fe13c33ef6b57c1a23bdc627bfaf4d29
Author: André Marçais <pex@marcais.net>
Date:   Tue,  2 Jun 2020 11:02:01 -0400

Layout text changed on XcbStateNotify event.

Diffstat:
Mi3lock.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/i3lock.c b/i3lock.c
@@ -882,6 +882,7 @@ static void process_xkb_event(xcb_generic_event_t *gevent) {
                                   event->state_notify.baseGroup,
                                   event->state_notify.latchedGroup,
                                   event->state_notify.lockedGroup);
+            layout_text = get_keylayoutname(keylayout_mode, conn);
             break;
     }
 }