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; }