mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-02 11:45:57 +01:00
Add documentation for ignorealpha layer rule (#247)
* Update Window-Rules.md * mention that ignorezero = ignorealpha 0
This commit is contained in:
parent
d3c1804416
commit
3cb337ca02
1 changed files with 2 additions and 1 deletions
|
@ -163,4 +163,5 @@ or `address` is an address in the form of `address:0x[hex]`
|
|||
| unset | removes all layerRules previously set for a select namespace regex. Please note it has to match _exactly_ |
|
||||
| noanim | disables animations |
|
||||
| blur | enables blur for the layer |
|
||||
| ignorezero | makes blur ignore fully transparent pixels of the layer |
|
||||
| ignorealpha \[a\] | makes blur ignore pixels with opacity of `a` or lower. `a` is float value from 0 to 1. `a = 0` if unspecified. |
|
||||
| ignorezero | makes blur ignore fully transparent pixels. Same as `ignorealpha 0`. |
|
||||
|
|
Loading…
Reference in a new issue