forked from quickshell/quickshell
hyprland/ipc: add hyprland ipc
Only monitors and workspaces are fully tracked for now.
This commit is contained in:
parent
be237b6ab5
commit
d14ca70984
12 changed files with 1171 additions and 0 deletions
|
@ -4,6 +4,11 @@ target_link_libraries(quickshell-hyprland PRIVATE ${QT_DEPS})
|
|||
|
||||
set(HYPRLAND_MODULES)
|
||||
|
||||
if (HYPRLAND_IPC)
|
||||
add_subdirectory(ipc)
|
||||
list(APPEND HYPRLAND_MODULES Quickshell.Hyprland._Ipc)
|
||||
endif()
|
||||
|
||||
if (HYPRLAND_FOCUS_GRAB)
|
||||
add_subdirectory(focus_grab)
|
||||
list(APPEND HYPRLAND_MODULES Quickshell.Hyprland._FocusGrab)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue