diff options
author | vaxerski <[email protected]> | 2023-10-07 15:55:33 +0100 |
---|---|---|
committer | vaxerski <[email protected]> | 2023-10-07 15:55:33 +0100 |
commit | 728a8bb48e0f7de1cbe1ad13fb469754c3d0bc97 (patch) | |
tree | 3f78d1ac71ed9d17ec8aa5844c39f7d95600fcdb | |
parent | 7d7565e7ecb65463d68ebe0d2654ad346d61acd8 (diff) | |
download | Hyprland-728a8bb48e0f7de1cbe1ad13fb469754c3d0bc97.tar.gz Hyprland-728a8bb48e0f7de1cbe1ad13fb469754c3d0bc97.zip |
config: mention force_default_wallpaper in default configs
-rw-r--r-- | example/hyprland.conf | 5 | ||||
-rw-r--r-- | src/config/defaultConfig.hpp | 5 |
2 files changed, 10 insertions, 0 deletions
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 { |