mirror of
https://github.com/Derisis13/dotfiles.git
synced 2026-09-16 10:00:51 +02:00
fix(regreet): upgrade to newer hl syntax
This commit is contained in:
@@ -5,6 +5,6 @@ vt = current
|
||||
|
||||
# The default session, also known as the greeter.
|
||||
[default_session]
|
||||
command = "Hyprland --config /etc/greetd/hyprland.conf"
|
||||
command = "dbus-run-session start-hyprland -- -c /etc/greetd/hyprland.conf"
|
||||
user = "greetd"
|
||||
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
exec-once = regreet; hyprctl dispatch exit
|
||||
input {
|
||||
kb_layout = hu
|
||||
}
|
||||
misc {
|
||||
disable_hyprland_logo = true
|
||||
disable_splash_rendering = true
|
||||
}
|
||||
13
regreet/greetd/hyprland.lua
Normal file
13
regreet/greetd/hyprland.lua
Normal 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
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user