From 734c5483c4675d1b65ab8e9cb8c0dd0be757defd Mon Sep 17 00:00:00 2001 From: Julian Schuler <31921487+julianschuler@users.noreply.github.com> Date: Wed, 23 Nov 2022 15:12:23 +0100 Subject: [PATCH] Mention empty workspace option (#61) Co-authored-by: vaxerski <43317083+vaxerski@users.noreply.github.com> --- pages/Configuring/Dispatchers.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/Configuring/Dispatchers.md b/pages/Configuring/Dispatchers.md index 68eb030..10f576b 100644 --- a/pages/Configuring/Dispatchers.md +++ b/pages/Configuring/Dispatchers.md @@ -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 >}}