misc: add disable_hypr_chan

Complements https://github.com/hyprwm/Hyprland/pull/3343.
This commit is contained in:
Mihai Fufezan 2023-09-17 17:34:27 +03:00
parent 5a991af825
commit bb69ed7a8d
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -257,6 +257,7 @@ Described [here](../Keywords#per-device-input-configs).
|---|---|---|---| |---|---|---|---|
| disable_hyprland_logo | disables the random hyprland logo / anime girl background. :( | bool | false | | 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_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_hypr_chan | makes the background always have hypr-chan, the hyprland mascot | bool | false |
| vfr | controls the VFR status of hyprland. Heavily recommended to leave on true to conserve resources. | bool | true | | 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 | | vrr | controls the VRR (Adaptive Sync) of your monitors. 0 - off, 1 - on, 2 - fullscreen only | int | 0 |