From a289f812d62059d5aac92cbd374dcb7b03bb08a6 Mon Sep 17 00:00:00 2001 From: Simon Zeni Date: Fri, 14 Oct 2022 10:25:52 -0400 Subject: drop KDE idle protocol support --- protocol/idle.xml | 49 ------------------------------------------------- protocol/meson.build | 1 - 2 files changed, 50 deletions(-) delete mode 100644 protocol/idle.xml (limited to 'protocol') diff --git a/protocol/idle.xml b/protocol/idle.xml deleted file mode 100644 index 92d9989c..00000000 --- a/protocol/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/protocol/meson.build b/protocol/meson.build index ed6829e9..895306b4 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -48,7 +48,6 @@ protocols = { # Other protocols 'drm': 'drm.xml', 'input-method-unstable-v2': 'input-method-unstable-v2.xml', - 'kde-idle': 'idle.xml', 'kde-server-decoration': 'server-decoration.xml', 'virtual-keyboard-unstable-v1': 'virtual-keyboard-unstable-v1.xml', 'wlr-data-control-unstable-v1': 'wlr-data-control-unstable-v1.xml', -- cgit v1.2.3