forked from quickshell/quickshell
wayland/screencopy: add screencopy
This commit is contained in:
parent
918dd2392d
commit
cd429142a4
37 changed files with 3149 additions and 3 deletions
|
@ -103,6 +103,13 @@ if (WAYLAND_TOPLEVEL_MANAGEMENT)
|
|||
list(APPEND WAYLAND_MODULES Quickshell.Wayland._ToplevelManagement)
|
||||
endif()
|
||||
|
||||
if (SCREENCOPY)
|
||||
add_subdirectory(buffer)
|
||||
add_subdirectory(screencopy)
|
||||
list(APPEND WAYLAND_MODULES Quickshell.Wayland._Screencopy)
|
||||
endif()
|
||||
|
||||
|
||||
if (HYPRLAND)
|
||||
add_subdirectory(hyprland)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue