hyprland/surface: add hyprland surface opacity support
This commit is contained in:
parent
08836ca1f3
commit
3a40174ed6
14 changed files with 476 additions and 2 deletions
|
|
@ -19,6 +19,11 @@ if (HYPRLAND_GLOBAL_SHORTCUTS)
|
|||
list(APPEND HYPRLAND_MODULES Quickshell.Hyprland._GlobalShortcuts)
|
||||
endif()
|
||||
|
||||
if (HYPRLAND_SURFACE_EXTENSIONS)
|
||||
add_subdirectory(surface)
|
||||
list(APPEND HYPRLAND_MODULES Quickshell.Hyprland._SurfaceExtensions)
|
||||
endif()
|
||||
|
||||
qt_add_qml_module(quickshell-hyprland
|
||||
URI Quickshell.Hyprland
|
||||
VERSION 0.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue