added docs for maxclients workspace rule

This commit is contained in:
Lampros Pitsillos 2023-09-12 22:45:46 +03:00
parent 1c1046e902
commit f8c5736424
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ workspace=DP-1,3,rounding:false,bordersize:0
| shadow:[b]| Whether to draw shadows or not| bool |
| rounding:[b] | Whether to draw rounded windows or not | bool |
| decorate:[b] | Whether to draw window decorations or not | bool |
| maxclients:[x] | Max number of clients allowed in workspace, supports [silent] | int |
### Example Rules
```ini
@ -39,4 +40,5 @@ workspace = 3, rounding:false, decorate:false
workspace = name:coding, rounding:false, decorate:false, gapsin:0, gapsout:0, border:false, decorate:false, monitor:DP-1
workspace = 8,bordersize:8
workspace = name:Hello, monitor:DP-1, default:true
workspace = special:file_manager, maxclients:1 silent
```