From f586710e9e7a82bf915e24763a05fd723c6bad6a Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sat, 18 Nov 2023 17:01:46 +0000 Subject: [PATCH] remove workspaceopt --- pages/Configuring/Dispatchers.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pages/Configuring/Dispatchers.md b/pages/Configuring/Dispatchers.md index 7367cad..9abcd52 100644 --- a/pages/Configuring/Dispatchers.md +++ b/pages/Configuring/Dispatchers.md @@ -15,7 +15,6 @@ layout pages (See the sidebar). | monitor | One of: direction, ID, name, `current`, relative (e.g. `+1` or `-1`) | | resizeparams | relative pixel delta vec2 (e.g. `10 -10`), optionally a percentage of the window size (e.g. `20 25%`) or `exact` followed by an exact vec2 (e.g. `exact 1280 720`), optionally a percentage of the screen size (e.g. `exact 50% 50%`) | | floatvalue | a relative float delta (e.g `-0.2` or `+0.2`) or `exact` followed by a the exact float value (e.g. `exact 0.5`) | -| workspaceopt | see below. | | zheight | `top` or `bottom` | # List of Dispatchers @@ -51,7 +50,6 @@ layout pages (See the sidebar). | toggleopaque | toggles the current window to always be opaque. Will override the `opaque` window rules. | none | | movecursortocorner | moves the cursor to the corner of the active window | direction, 0 - 3, bottom left - 0, bottom right - 1, top right - 2, top left - 3 | | movecursor | moves the cursor to a specified position | `x y` | -| workspaceopt | toggles a workspace option for the active workspace. | workspaceopt | | renameworkspace | rename a workspace | `id name`, e.g. `2 work` | | exit | exits the compositor with no questions asked. | none | | forcerendererreload | forces the renderer to reload all resources and outputs | none | @@ -152,13 +150,6 @@ bind = SUPER, C, movetoworkspace, special #To see the hidden window you can use the togglespecialworkspace dispatcher mentioned above. ``` -# Workspace options - -```txt -allfloat -> makes all new windows floating (also floats/unfloats windows on toggle) -allpseudo -> makes all new windows pseudo (also pseudos/unpseudos on toggle) -``` - # Executing with rules The `exec` dispatcher supports adding rules. Please note some windows might work better, some worse. It records the PID of the spawned process and uses that. If your process e.g. forks and then