add setprop examples

This commit is contained in:
vaxerski 2023-01-24 19:16:22 +00:00
parent 103ea6d634
commit 330424e36f
1 changed files with 5 additions and 0 deletions

View File

@ -171,6 +171,11 @@ Prop List:
| activebordercolor | color, argb, must be input in decimal, -1 means not set |
| inactivebordercolor | color, argb, must be input in decimal, -1 means not set |
```sh
hyprctl setprop address:0x13371337 forcenoanims 1 lock # with locking
hyprctl setprop address:0x13371337 nomaxsize 0 # without locking
```
## Info
```plain