mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
wayland/idle-notify: add idle notify
This commit is contained in:
parent
b8fa424f85
commit
6eb12551ba
8 changed files with 329 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue