mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 13:05:59 +01:00
Allow gradient in border colors (#583)
This commit is contained in:
parent
5f38a18287
commit
212e976a08
1 changed files with 2 additions and 2 deletions
|
@ -212,8 +212,8 @@ Prop List:
|
|||
| alphainactive | float 0.0 - 1.0 |
|
||||
| alphafullscreenoverride | 0/1, makes the next setting be override instead of multiply |
|
||||
| alphafullscreen | float 0.0 - 1.0 |
|
||||
| activebordercolor | color, -1 means not set |
|
||||
| inactivebordercolor | color, -1 means not set |
|
||||
| activebordercolor | gradient, -1 means not set |
|
||||
| inactivebordercolor | gradient, -1 means not set |
|
||||
|
||||
```sh
|
||||
hyprctl setprop address:0x13371337 forcenoanims 1 lock # with locking
|
||||
|
|
Loading…
Reference in a new issue