14 lines
324 B
Lua
14 lines
324 B
Lua
-- Hyprland config for the SDDM Wayland greeter. SDDM starts the greeter itself
|
|
-- once the compositor is up, so nothing here launches anything.
|
|
hl.config({
|
|
misc = {
|
|
disable_hyprland_logo = true,
|
|
disable_splash_rendering = true,
|
|
force_default_wallpaper = 0,
|
|
},
|
|
|
|
animations = {
|
|
enabled = false,
|
|
},
|
|
})
|