mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-08 17:38:19 +02:00
cmake: install the default example hyprland.lua (#14174)
install the default lua example aswell.
This commit is contained in:
parent
cc726ad6d0
commit
62136f1669
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue