From 728a8bb48e0f7de1cbe1ad13fb469754c3d0bc97 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sat, 7 Oct 2023 15:55:33 +0100 Subject: [PATCH] config: mention force_default_wallpaper in default configs --- example/hyprland.conf | 5 +++++ src/config/defaultConfig.hpp | 5 +++++ 2 files changed, 10 insertions(+) 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 {