mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 20:55:59 +01:00
Add moveCursor dispatcher (#196)
This commit is contained in:
parent
f104f5948f
commit
f3e021b07a
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ layout pages (See the sidebar).
|
||||||
| splitratio | changes the split ratio | floatvalue |
|
| splitratio | changes the split ratio | floatvalue |
|
||||||
| 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` |
|
||||||
| workspaceopt | toggles a workspace option for the active workspace. | workspaceopt |
|
| 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 |
|
||||||
|
|
Loading…
Reference in a new issue