16 lines
266 B
Text
16 lines
266 B
Text
# requests
|
|
|
|
request destroy {
|
|
}
|
|
|
|
request get_idle_notification {
|
|
id: id(ext_idle_notification_v1),
|
|
timeout: u32,
|
|
seat: id(wl_seat),
|
|
}
|
|
|
|
request get_input_idle_notification {
|
|
id: id(ext_idle_notification_v1),
|
|
timeout: u32,
|
|
seat: id(wl_seat),
|
|
}
|