Skip to content

Commit

Permalink
Corrected the comma in the movecursor dispatcher to a space (#390)
Browse files Browse the repository at this point in the history
Co-authored-by: MathisP75 <202042012@ens.clg.qc.ca>
  • Loading branch information
MathisP75 and MathisP75 authored Nov 8, 2023
1 parent c82e1c7 commit f9ab954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Configuring/Dispatchers.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ layout pages (See the sidebar).
| splitratio | changes the split ratio | floatvalue |
| 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` |
| 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 |
Expand Down

0 comments on commit f9ab954

Please sign in to comment.