From 1ea8435dc0d5fc799047e4272c38d4261eec7291 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Wed, 13 May 2026 20:35:41 +0200 Subject: [PATCH] disable backgrounds --- hyprland/.config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyprland/.config/hypr/hyprland.conf b/hyprland/.config/hypr/hyprland.conf index bd704bf..5a05a7f 100644 --- a/hyprland/.config/hypr/hyprland.conf +++ b/hyprland/.config/hypr/hyprland.conf @@ -192,7 +192,7 @@ master { # https://wiki.hypr.land/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 # If true disables the random hyprland logo / anime girl background. :) }