Fix the black screen on first boot and the installer's missing directories
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
misc {
|
||||
disable_hyprland_logo = true
|
||||
disable_splash_rendering = true
|
||||
force_default_wallpaper = 0
|
||||
}
|
||||
|
||||
animations {
|
||||
enabled = false
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
-- 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,
|
||||
},
|
||||
})
|
||||
@@ -2,7 +2,7 @@
|
||||
DisplayServer=wayland
|
||||
|
||||
[Wayland]
|
||||
CompositorCommand=start-hyprland -- --config /etc/sddm/hyprland-greeter.conf
|
||||
CompositorCommand=start-hyprland -- --config /etc/sddm/hyprland-greeter.lua
|
||||
|
||||
[Theme]
|
||||
Current=
|
||||
|
||||
Reference in New Issue
Block a user