mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
remove restrictions from setprop for ints
This commit is contained in:
parent
330424e36f
commit
f8b5ebe49a
1 changed files with 2 additions and 2 deletions
|
@ -168,8 +168,8 @@ Prop List:
|
|||
| alpha | float 0.0 - 1.0 |
|
||||
| alphainactiveoverride | 0/1, makes the next setting be override instead of multiply |
|
||||
| alphainactive | float 0.0 - 1.0 |
|
||||
| activebordercolor | color, argb, must be input in decimal, -1 means not set |
|
||||
| inactivebordercolor | color, argb, must be input in decimal, -1 means not set |
|
||||
| activebordercolor | color, -1 means not set |
|
||||
| inactivebordercolor | color, -1 means not set |
|
||||
|
||||
```sh
|
||||
hyprctl setprop address:0x13371337 forcenoanims 1 lock # with locking
|
||||
|
|
Loading…
Reference in a new issue