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 /example | |
parent | 7d7565e7ecb65463d68ebe0d2654ad346d61acd8 (diff) | |
download | Hyprland-728a8bb48e0f7de1cbe1ad13fb469754c3d0bc97.tar.gz Hyprland-728a8bb48e0f7de1cbe1ad13fb469754c3d0bc97.zip |
config: mention force_default_wallpaper in default configs
Diffstat (limited to 'example')
-rw-r--r-- | example/hyprland.conf | 5 |
1 files changed, 5 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 { |