feat: remove wallpaper default

This commit is contained in:
2025-10-03 10:04:25 +09:00
parent 5dcbcf6957
commit b8448ffe99

View File

@@ -75,10 +75,10 @@ exec-once = wl-paste -p --watch wl-copy -p ''
# See https://wiki.hyprland.org/Configuring/Environment-variables/ # See https://wiki.hyprland.org/Configuring/Environment-variables/
env = XCURSOR_THEME,Cyberpunk env = XCURSOR_THEME,Breeze
env = XCURSOR_SIZE,24 env = XCURSOR_SIZE,24
env = HYPRCURSOR_THEME,Cyberpunk env = HYPRCURSOR_THEME,Breeze
env = HYPRCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24
@@ -205,7 +205,7 @@ master {
# https://wiki.hyprland.org/Configuring/Variables/#misc # https://wiki.hyprland.org/Configuring/Variables/#misc
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. :( disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
} }