wayland/idle-inhibit: add idle inhibitor

This commit is contained in:
outfoxxed 2025-08-27 02:30:16 -07:00
parent a5431dd02d
commit b8625aa098
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
8 changed files with 377 additions and 0 deletions

View file

@ -5,5 +5,6 @@ headers = [
"session_lock.hpp",
"toplevel_management/qml.hpp",
"screencopy/view.hpp",
"idle_inhibit/inhibitor.hpp",
]
-----