From 12ecb6f7aadce5c0613d3f38f580a76f6c75d662 Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Thu, 27 Nov 2025 22:03:48 +0800 Subject: Drop org_kde_kwin_idle files Has been replaced by ext_idle_notifier_v1 Signed-off-by: rewine --- protocols/idle.xml | 49 ------------------------------------------------- protocols/meson.build | 1 - 2 files changed, 50 deletions(-) delete mode 100644 protocols/idle.xml diff --git a/protocols/idle.xml b/protocols/idle.xml deleted file mode 100644 index 92d9989c..00000000 --- a/protocols/idle.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - . - ]]> - - - This interface allows to monitor user idle time on a given seat. The interface - allows to register timers which trigger after no user activity was registered - on the seat for a given interval. It notifies when user activity resumes. - - This is useful for applications wanting to perform actions when the user is not - interacting with the system, e.g. chat applications setting the user as away, power - management features to dim screen, etc.. - - - - - - - - - - - - - - - - - - - - - - diff --git a/protocols/meson.build b/protocols/meson.build index e7ada59b..a1cb3534 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -12,7 +12,6 @@ protocols = [ wl_protocol_dir / 'staging/cursor-shape/cursor-shape-v1.xml', wl_protocol_dir / 'unstable/xdg-output/xdg-output-unstable-v1.xml', 'wlr-layer-shell-unstable-v1.xml', - 'idle.xml', 'wlr-output-power-management-unstable-v1.xml', ] -- cgit v1.2.3