config: mention force_default_wallpaper in default configs

This commit is contained in:
vaxerski 2023-10-07 15:55:33 +01:00
parent 7d7565e7ec
commit 728a8bb48e
2 changed files with 10 additions and 0 deletions

View file

@ -102,6 +102,11 @@ gestures {
workspace_swipe = false 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 # Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more # See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
device:epic-mouse-v1 { device:epic-mouse-v1 {

View file

@ -111,6 +111,11 @@ gestures {
workspace_swipe = off 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 # Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more # See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
device:epic-mouse-v1 { device:epic-mouse-v1 {