From 5d95fe4bed264957e2da6e1dec5a08105883153b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 7 Jun 2025 22:42:45 +0200 Subject: [PATCH] Prevent flash before hyprpaper --- config/hypr/hyprland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 53555b0..bb846e8 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -145,8 +145,8 @@ 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. :( + disable_hyprland_logo = true + disable_splash_rendering = true }