fix(regreet): change to lua for real

This commit is contained in:
2026-08-24 00:49:41 +02:00
parent 65e0dc7bd6
commit e661abc15e
2 changed files with 2 additions and 2 deletions

View File

@@ -5,6 +5,6 @@ vt = current
# The default session, also known as the greeter. # The default session, also known as the greeter.
[default_session] [default_session]
command = "dbus-run-session start-hyprland -- -c /etc/greetd/hyprland.conf" command = "dbus-run-session start-hyprland -- -c /etc/greetd/hyprland.lua"
user = "greetd" user = "greetd"

View File

@@ -8,6 +8,6 @@ hl.config({
disable_hyprland_guiutils_check = true, disable_hyprland_guiutils_check = true,
}, },
input = { input = {
kb_layout = hu kb_layout = "hu"
} }
}) })