fix(regreet): upgrade to newer hl syntax

This commit is contained in:
2026-08-07 01:24:43 +02:00
parent 53895de342
commit 582c2f6ad6
3 changed files with 14 additions and 9 deletions

View File

@@ -0,0 +1,13 @@
hl.on("hyprland.start", function()
hl.exec_cmd("regreet; hyprctl dispatch 'hl.dsp.exit()'")
end)
hl.config({
misc = {
disable_hyprland_logo = true,
disable_splash_rendering = true,
disable_hyprland_guiutils_check = true,
},
input = {
kb_layout = hu
}
})