mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 21:15:58 +01:00
fixup max id docs
This commit is contained in:
parent
77dc6cfb23
commit
7df17bc117
1 changed files with 2 additions and 2 deletions
|
@ -129,8 +129,8 @@ You have eight choices:
|
|||
{{< /hint >}}
|
||||
|
||||
{{< hint type=important >}}
|
||||
Numerical workspaces (e.g. `1`, `2`, `127634934729`) are allowed
|
||||
**ONLY** between 1 and 9223372036854775806 (inclusive)
|
||||
Numerical workspaces (e.g. `1`, `2`, `13371337`) are allowed
|
||||
**ONLY** between 1 and 2147483647 (inclusive)
|
||||
|
||||
Neither `0` nor negative numbers are allowed.
|
||||
{{< /hint >}}
|
||||
|
|
Loading…
Reference in a new issue