diff --git a/regreet/greetd/config.toml b/regreet/greetd/config.toml index df24118..dd50b36 100644 --- a/regreet/greetd/config.toml +++ b/regreet/greetd/config.toml @@ -5,6 +5,6 @@ vt = current # The default session, also known as the greeter. [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" diff --git a/regreet/greetd/hyprland.lua b/regreet/greetd/hyprland.lua index 042f189..bb5d701 100644 --- a/regreet/greetd/hyprland.lua +++ b/regreet/greetd/hyprland.lua @@ -8,6 +8,6 @@ hl.config({ disable_hyprland_guiutils_check = true, }, input = { - kb_layout = hu + kb_layout = "hu" } })