idle_notifier: implement v2
This commit is contained in:
parent
0cf547655d
commit
6f5693648a
5 changed files with 53 additions and 23 deletions
|
|
@ -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),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue