mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-11-04 13:29:54 -05:00
add unclutter
This commit is contained in:
parent
6d61457b3c
commit
9111749c99
1 changed files with 1 additions and 2 deletions
3
dwl.c
3
dwl.c
|
|
@ -649,6 +649,7 @@ buttonpress(struct wl_listener *listener, void *data)
|
||||||
const Button *b;
|
const Button *b;
|
||||||
|
|
||||||
wlr_idle_notifier_v1_notify_activity(idle_notifier, seat);
|
wlr_idle_notifier_v1_notify_activity(idle_notifier, seat);
|
||||||
|
// handlecursoractivity(false);
|
||||||
|
|
||||||
switch (event->state) {
|
switch (event->state) {
|
||||||
case WLR_BUTTON_PRESSED:
|
case WLR_BUTTON_PRESSED:
|
||||||
|
|
@ -1991,8 +1992,6 @@ keypress(struct wl_listener *listener, void *data)
|
||||||
|
|
||||||
kblayoutnotify(kb, 0);
|
kblayoutnotify(kb, 0);
|
||||||
|
|
||||||
kblayoutnotify(kb, 0);
|
|
||||||
|
|
||||||
/* On _press_ if there is no active screen locker,
|
/* On _press_ if there is no active screen locker,
|
||||||
* attempt to process a compositor keybinding. */
|
* attempt to process a compositor keybinding. */
|
||||||
if (!locked && event->state == WL_KEYBOARD_KEY_STATE_PRESSED)
|
if (!locked && event->state == WL_KEYBOARD_KEY_STATE_PRESSED)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue