1
0
Fork 1
mirror of https://codeberg.org/dwl/dwl.git synced 2025-01-21 08:17:29 -08:00

add unclutter

This commit is contained in:
korei999 2023-11-29 23:09:56 +02:00
parent 6d61457b3c
commit 9111749c99

3
dwl.c
View file

@ -649,6 +649,7 @@ buttonpress(struct wl_listener *listener, void *data)
const Button *b;
wlr_idle_notifier_v1_notify_activity(idle_notifier, seat);
// handlecursoractivity(false);
switch (event->state) {
case WLR_BUTTON_PRESSED:
@ -1991,8 +1992,6 @@ 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)