wayland/idle-notify: add idle notify

This commit is contained in:
outfoxxed 2025-09-04 02:44:22 -07:00
parent b8fa424f85
commit 6eb12551ba
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
8 changed files with 329 additions and 0 deletions

View file

@ -117,6 +117,9 @@ endif()
add_subdirectory(idle_inhibit)
list(APPEND WAYLAND_MODULES Quickshell.Wayland._IdleInhibitor)
add_subdirectory(idle_notify)
list(APPEND WAYLAND_MODULES Quickshell.Wayland._IdleNotify)
# widgets for qmenu
target_link_libraries(quickshell-wayland PRIVATE
Qt::Quick Qt::Widgets Qt::WaylandClient Qt::WaylandClientPrivate