From 17fe4baac1e1cc159d21bf30d39097d9acb4a63a Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sat, 11 Nov 2023 20:55:02 +0000 Subject: [PATCH] small fixes --- pages/Configuring/Variables.md | 2 +- pages/Crashes and Bugs/_index.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 59dc4db..0dd88f3 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -107,7 +107,7 @@ _Subcategory `decoration:blur:`_ | noise | how much noise to apply. 0.0 - 1.0 | float | 0.0117 | | contrast | contrast modulation for blur. 0.0 - 2.0 | float | 0.8916 | | brightness | brightness modulation for blur. 0.0 - 2.0 | float | 0.8172 | -| vibrancy | Increase saturation of blurred colors. 0.0 - 1.0 | float | 0.0 | +| vibrancy | Increase saturation of blurred colors. 0.0 - 1.0 | float | 0.1696 | | vibrancy_darkness | How strong the effect of `vibrancy` is on dark areas . 0.0 - 1.0 | float | 0.0 | | special | whether to blur behind the special workspace (note: expensive) | bool | false | diff --git a/pages/Crashes and Bugs/_index.md b/pages/Crashes and Bugs/_index.md index c22ca22..256f83b 100644 --- a/pages/Crashes and Bugs/_index.md +++ b/pages/Crashes and Bugs/_index.md @@ -74,6 +74,7 @@ hyprland: ``` cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Debug -DWITH_ASAN:STRING=True -S . -B ./build -G Ninja cmake --build ./build --config Debug --target all -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF` +sudo make install ``` Exit Hyprland to a TTY, cd to the cloned hyprland, and launch it: