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

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