remove workspaceopt

This commit is contained in:
Vaxry 2023-11-18 17:01:46 +00:00
parent 532be2054c
commit f586710e9e

View file

@ -15,7 +15,6 @@ layout pages (See the sidebar).
| monitor | One of: direction, ID, name, `current`, relative (e.g. `+1` or `-1`) | | 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%`) | | 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`) | | 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` | | zheight | `top` or `bottom` |
# List of Dispatchers # 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 | | 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 | | 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` | | 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` | | renameworkspace | rename a workspace | `id name`, e.g. `2 work` |
| exit | exits the compositor with no questions asked. | none | | exit | exits the compositor with no questions asked. | none |
| forcerendererreload | forces the renderer to reload all resources and outputs | 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. #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 # Executing with rules
The `exec` dispatcher supports adding rules. Please note some windows might work better, some 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 worse. It records the PID of the spawned process and uses that. If your process e.g. forks and then