mirror of
https://github.com/hyprwm/Hyprland.git
synced 2026-08-24 10:04:19 -05:00
cmake: install the default example hyprland.lua (#14174)
install the default lua example aswell.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user