mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-12-23 10:09:49 +01:00
added screen shaders
This commit is contained in:
parent
23a3600636
commit
10170cbbf4
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ Prefer using `input:sensitivity` over `general:sensitivity` to avoid bugs, espec
|
||||||
| shadow_scale | shadow's scale. 0.0 - 1.0 | float | 1.0 |
|
| shadow_scale | shadow's scale. 0.0 - 1.0 | float | 1.0 |
|
||||||
| dim_inactive | enables dimming of inactive windows | bool | false |
|
| dim_inactive | enables dimming of inactive windows | bool | false |
|
||||||
| dim_strength | how much inactive windows should be dimmed, 0.0 - 1.0 | float | 0.5 |
|
| dim_strength | how much inactive windows should be dimmed, 0.0 - 1.0 | float | 0.5 |
|
||||||
|
| screen_shader | a path to a custom shader to be applied at the end of rendering. See `examples/screenShader.frag` for an example. | str | \[EMPTY\] |
|
||||||
|
|
||||||
{{< hint type=info >}}
|
{{< hint type=info >}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue