mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 20:55:59 +01:00
Add persistent workspace rule (#367)
* Add persistent workspace rule * reorder added flag to bottom
This commit is contained in:
parent
a364e4d4d5
commit
558ffe1a04
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ workspace=DP-1,3,rounding:false,bordersize:0
|
||||||
| shadow:[b]| Whether to draw shadows or not| bool |
|
| shadow:[b]| Whether to draw shadows or not| bool |
|
||||||
| rounding:[b] | Whether to draw rounded windows or not | bool |
|
| rounding:[b] | Whether to draw rounded windows or not | bool |
|
||||||
| decorate:[b] | Whether to draw window decorations or not | bool |
|
| decorate:[b] | Whether to draw window decorations or not | bool |
|
||||||
|
| persistent:[b] | Keep this workspace alive even if empty and inactive | bool |
|
||||||
|
|
||||||
### Example Rules
|
### Example Rules
|
||||||
```ini
|
```ini
|
||||||
|
|
Loading…
Reference in a new issue