feat: greeter support hyprland lua

This commit is contained in:
2026-07-03 15:52:27 +02:00
parent cdf66bff23
commit 69774e7759
4 changed files with 16 additions and 14 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ export EGL_PLATFORM=gbm
if command -v start-hyprland >/dev/null 2>&1; then
exec start-hyprland -- -c /etc/zshell-greeter/zshell-hyprland.conf
else
exec Hyprland -c /etc/zshell-greeter/zshell-hyprland.conf
exec Hyprland -c /etc/zshell-greeter/zshell-hyprland.lua
fi