mirror of
https://github.com/Derisis13/dotfiles.git
synced 2026-09-16 10:00:51 +02:00
fix(regreet): change to lua for real
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,6 @@ hl.config({
|
|||||||
disable_hyprland_guiutils_check = true,
|
disable_hyprland_guiutils_check = true,
|
||||||
},
|
},
|
||||||
input = {
|
input = {
|
||||||
kb_layout = hu
|
kb_layout = "hu"
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user