small fixes

This commit is contained in:
Vaxry 2023-11-11 20:55:02 +00:00
parent f9ab954345
commit 17fe4baac1
2 changed files with 2 additions and 1 deletions

View File

@ -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 |

View File

@ -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: