1
0
Fork 0
forked from wry/wry

wayland: implement ext-idle-notifier

This commit is contained in:
Julian Orth 2024-02-15 22:47:34 +01:00
parent 01e3930ced
commit 9a024fe72c
9 changed files with 287 additions and 3 deletions

View file

@ -0,0 +1,12 @@
# requests
msg destroy = 0 {
}
# events
msg idled = 0 {
}
msg resumed = 1 {
}

View file

@ -0,0 +1,10 @@
# requests
msg destroy = 0 {
}
msg get_idle_notification = 1 {
id: id(ext_idle_notification_v1),
timeout: u32,
seat: id(wl_seat),
}