mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-04 20:45:58 +01:00
add setprop examples
This commit is contained in:
parent
103ea6d634
commit
330424e36f
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue