From 275ecbce514f783d6170f2c9bc94302afc0770d0 Mon Sep 17 00:00:00 2001 From: DaniD3v Date: Sat, 7 Oct 2023 15:09:21 +0200 Subject: [PATCH] force_default_wallpaper doc (#360) * added wiki entry for my [PR](https://github.com/hyprwm/Hyprland/pull/3459) * updated documentation for https://github.com/hyprwm/Hyprland/pull/3459/commits/686ef08980e9a26cd95a8b3dd332669cb40cfa6f * added "Setting this to 0 disables the anime background" note --- pages/Configuring/Variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 2934f9a..cf7cd2b 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -270,8 +270,8 @@ Described [here](../Keywords#per-device-input-configs). |---|---|---|---| | disable_hyprland_logo | disables the random hyprland logo / anime girl background. :( | bool | false | | disable_splash_rendering | disables the hyprland splash rendering. (requires a monitor reload to take effect) | bool | false | -| disable_hypr_chan | makes the background never have hypr-chan, the hyprland mascot | bool | false | | force_hypr_chan | makes the background always have hypr-chan, the hyprland mascot | bool | false | +| force_default_wallpaper | Enforce any of the 3 default wallpapers. Setting this to 0 disables the anime background. | int | -1 | | vfr | controls the VFR status of hyprland. Heavily recommended to leave on true to conserve resources. | bool | true | | vrr | controls the VRR (Adaptive Sync) of your monitors. 0 - off, 1 - on, 2 - fullscreen only | int | 0 | | mouse_move_enables_dpms | If DPMS is set to off, wake up the monitors if the mouse moves. | bool | false |