From 7621a79dbe3a9706563c1facd5b2ca73c28797d7 Mon Sep 17 00:00:00 2001 From: Dmytro Bogovych Date: Sun, 15 May 2022 19:39:05 +0300 Subject: [PATCH] - few comments about further Wayland porting --- app/idle_tracking.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/idle_tracking.cpp b/app/idle_tracking.cpp index 560ddf6..91a3c8b 100644 --- a/app/idle_tracking.cpp +++ b/app/idle_tracking.cpp @@ -12,6 +12,8 @@ #include #include #include + +// This requires sudo apt install libxss-dev #include // This can require libxss-dev to be installed #include @@ -92,6 +94,8 @@ int get_idle_time_wayland() // https://dev.gajim.org/gajim/gajim/-/commit/2e5d966f1d715f20f112dd9370f6ccd13fcaeca9 // https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/29 // https://github.com/NilsBrause/waylandpp + // Wayland protocol: idle-inhibit + // Interact with Wayland: look on waylandpp project return 0; }