cmake: install the default example hyprland.lua (#14174)

install the default lua example aswell.
This commit is contained in:
Tom Englund 2026-04-27 21:59:45 +02:00 committed by GitHub
parent cc726ad6d0
commit 62136f1669
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -629,6 +629,10 @@ install(FILES ${INSTALLABLE_ASSETS}
install(FILES ${CMAKE_SOURCE_DIR}/example/hyprland.conf
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/hypr)
# default lua config
install(FILES ${CMAKE_SOURCE_DIR}/example/hyprland.lua
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/hypr)
# LuaLS stubs
install(FILES ${CMAKE_SOURCE_DIR}/meta/hl.meta.lua
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/hypr/stubs)