From 9bd287ff1ccc12244b297ad9ad152b9fef28a859 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Tue, 6 Jan 2026 11:07:31 +0100 Subject: [PATCH] Disable stupid text --- hyprland.conf | 3 ++- hyprpaper.conf | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/hyprland.conf b/hyprland.conf index 936464c..a4db4d2 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -170,7 +170,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 # If true disables the random hyprland logo / anime girl background. :( + disable_splash_rendering = true # If true disables the random hyprland logo / anime girl background. :( focus_on_activate = true mouse_move_enables_dpms = true key_press_enables_dpms = true diff --git a/hyprpaper.conf b/hyprpaper.conf index 4d35877..7d31a3e 100644 --- a/hyprpaper.conf +++ b/hyprpaper.conf @@ -3,3 +3,5 @@ wallpaper { path = /home/thomas/.config/awesome/Wallpapers/cobra-kai-1.png fit_mode = cover } + +splash = false