Mention empty workspace option (#61)

Co-authored-by: vaxerski <43317083+vaxerski@users.noreply.github.com>
This commit is contained in:
Julian Schuler 2022-11-23 15:12:23 +01:00 committed by GitHub
parent f13b211a40
commit 734c5483c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -67,7 +67,7 @@ bind = MOD,KEY,exec,sleep 1 && hyprctl dispatch dpms off
# Workspaces
You have seven choices:
You have eight choices:
- ID: e.g. `1`, `2`, or `3`
@ -81,6 +81,8 @@ You have seven choices:
- Previous workspace: `previous`
- First available empty workspace: `empty`
- Special Workspace: `special`
{{< hint type=warning >}}