From d3bf517879757b71125abd5f78ad4ba2ea8df113 Mon Sep 17 00:00:00 2001 From: virchau13 Date: Mon, 15 Jan 2024 23:30:51 +0800 Subject: [PATCH] document `focusworkspaceoncurrentmonitor` dispatcher (#440) Implemented in https://github.com/hyprwm/Hyprland/pull/4439. --- pages/Configuring/Dispatchers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Dispatchers.md b/pages/Configuring/Dispatchers.md index 80019e9..2a05c8a 100644 --- a/pages/Configuring/Dispatchers.md +++ b/pages/Configuring/Dispatchers.md @@ -54,6 +54,7 @@ layout pages (See the sidebar). | exit | exits the compositor with no questions asked. | none | | forcerendererreload | forces the renderer to reload all resources and outputs | none | | movecurrentworkspacetomonitor | Moves the active workspace to a monitor | monitor | +| focusworkspaceoncurrentmonitor | Focuses the requested workspace on the current monitor, swapping the current workspace to a different monitor if necessary. If you want XMonad/Qtile-style workspace switching, replace `workspace` in your config with this. | workspace | | moveworkspacetomonitor | Moves a workspace to a monitor | workspace and a monitor separated by a space | | swapactiveworkspaces | Swaps the active workspaces between two monitors | two monitors separated by a space | | bringactivetotop | *Deprecated* in favor of alterzorder. Brings the current window to the top of the stack | none |