From 707aaf6d48d5a7133cfdd19b5cda9828c6360f7b Mon Sep 17 00:00:00 2001 From: William Gray Date: Fri, 3 May 2024 12:38:05 -0500 Subject: [PATCH] Match changes in https://github.com/hyprwm/Hyprland/pull/5848 (#628) --- pages/Configuring/Dispatchers.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/Configuring/Dispatchers.md b/pages/Configuring/Dispatchers.md index adce57c..e17334d 100644 --- a/pages/Configuring/Dispatchers.md +++ b/pages/Configuring/Dispatchers.md @@ -119,11 +119,11 @@ You have eight choices: - Relative ID: e.g. `+1`, `-3` or `+100` -- Relative workspace on monitor: e.g. `m+1`, `m-1` or `m+3` +- workspace on monitor, relative with `+` or `-`, absolute with `~`: e.g. `m+1`, `m-2` or `m~3` -- Relative workspace on monitor including empty workspaces: e.g. `r+1` or `r-3` +- workspace on monitor including empty workspaces, relative with `+` or `-`, absolute with `~`: e.g. `r+1` or `r~3` -- Relative open workspace: e.g. `e+1` or `e-10` +- open workspace, relative with `+` or `-`, absolute with `~`: e.g. `e+1`, `e-10`, or `e~2` - Name: e.g. `name:Web`, `name:Anime` or `name:Better anime`