mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 12:47:49 +02:00
14 lines
301 B
Lua
14 lines
301 B
Lua
-- Minimal Hyprland config for the SDDM Wayland greeter.
|
|
-- SDDM starts the greeter itself after the compositor is ready.
|
|
hl.config({
|
|
misc = {
|
|
disable_hyprland_logo = true,
|
|
disable_splash_rendering = true,
|
|
force_default_wallpaper = 0,
|
|
},
|
|
|
|
animations = {
|
|
enabled = false,
|
|
},
|
|
})
|