mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 21:15:58 +01:00
small fixes
This commit is contained in:
parent
f9ab954345
commit
17fe4baac1
2 changed files with 2 additions and 1 deletions
|
@ -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 |
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue