wayland/background-effect: add ext-background-effect-v1 support

This commit is contained in:
bbedward 2026-03-19 23:39:21 -07:00 committed by outfoxxed
parent 77c04a9447
commit d745184823
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
11 changed files with 532 additions and 0 deletions

View file

@ -120,6 +120,9 @@ if (HYPRLAND)
add_subdirectory(hyprland)
endif()
add_subdirectory(background_effect)
list(APPEND WAYLAND_MODULES Quickshell.Wayland._BackgroundEffect)
add_subdirectory(idle_inhibit)
list(APPEND WAYLAND_MODULES Quickshell.Wayland._IdleInhibitor)