i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit f5ea093365ade77e5ab94353a8986ddc3322e0cc
parent 44aae234930412f88ae694defc30418d891e7f63
Author: André Marçais <pex@marcais.net>
Date:   Tue,  2 Jun 2020 12:06:41 -0400

Redraw on keyboard state change.

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