diff --git a/example/hyprland.conf b/example/hyprland.conf index d28b8463..01dbfda9 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -102,6 +102,11 @@ gestures { workspace_swipe = false } +misc { + # See https://wiki.hyprland.org/Configuring/Variables/ for more + force_default_wallpaper = -1 # Set to 0 to disable the anime mascot wallpapers +} + # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more device:epic-mouse-v1 { diff --git a/src/config/defaultConfig.hpp b/src/config/defaultConfig.hpp index 6c30e19c..5e7588fc 100644 --- a/src/config/defaultConfig.hpp +++ b/src/config/defaultConfig.hpp @@ -111,6 +111,11 @@ gestures { workspace_swipe = off } +misc { + # See https://wiki.hyprland.org/Configuring/Variables/ for more + force_default_wallpaper = -1 # Set to 0 to disable the anime mascot wallpapers +} + # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#executing for more device:epic-mouse-v1 {