apply kblayout patch

This commit is contained in:
korei999 2023-11-29 22:00:52 +02:00
parent 4da9313a6a
commit fe5503aab3

2
dwl.c
View file

@ -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)