From b8448ffe991105163add5208454d42ca2668b3ca Mon Sep 17 00:00:00 2001 From: minco Date: Fri, 3 Oct 2025 10:04:25 +0900 Subject: [PATCH] feat: remove wallpaper default --- hyprland.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hyprland.conf b/hyprland.conf index fd4eb51..5fc98a1 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -75,10 +75,10 @@ exec-once = wl-paste -p --watch wl-copy -p '' # See https://wiki.hyprland.org/Configuring/Environment-variables/ -env = XCURSOR_THEME,Cyberpunk +env = XCURSOR_THEME,Breeze env = XCURSOR_SIZE,24 -env = HYPRCURSOR_THEME,Cyberpunk +env = HYPRCURSOR_THEME,Breeze env = HYPRCURSOR_SIZE,24 @@ -205,7 +205,7 @@ master { # https://wiki.hyprland.org/Configuring/Variables/#misc misc { - force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers + force_default_wallpaper = 0 # 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. :( }