diff --git a/dwl.c b/dwl.c index e7f68d9..240c3e7 100644 --- a/dwl.c +++ b/dwl.c @@ -1991,6 +1991,8 @@ keypress(struct wl_listener *listener, void *data) kblayoutnotify(kb, 0); + kblayoutnotify(kb, 0); + /* On _press_ if there is no active screen locker, * attempt to process a compositor keybinding. */ if (!locked && event->state == WL_KEYBOARD_KEY_STATE_PRESSED)