hypr: disable default wallpapers rendering

fixes an issue where the included wallpapers might appear for a split
second before swww displays the wallpaper.
This commit is contained in:
Nico 2025-05-03 16:15:59 +10:00
parent 087155e004
commit 4391dbd1d9

View file

@ -118,8 +118,9 @@ master {
# https://wiki.hyprland.org/Configuring/Variables/#misc
misc {
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
# force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
# disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
disable_splash_rendering = true
}