1
0
Fork 0
forked from wry/wry

idle_notifier: implement v2

This commit is contained in:
Julian Orth 2025-01-23 15:54:29 +01:00
parent 0cf547655d
commit 6f5693648a
5 changed files with 53 additions and 23 deletions

View file

@ -8,3 +8,9 @@ request get_idle_notification {
timeout: u32,
seat: id(wl_seat),
}
request get_input_idle_notification {
id: id(ext_idle_notification_v1),
timeout: u32,
seat: id(wl_seat),
}