mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-07 05:25:21 +02:00
fix(cli): fix typo in the toggle-pause docs
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# toggle-pause
|
# toggle-pause
|
||||||
|
|
||||||
```
|
```
|
||||||
Toggle window tiling on the focused workspace
|
Toggle the paused state for all window tiling
|
||||||
|
|
||||||
Usage: komorebic.exe toggle-pause
|
Usage: komorebic.exe toggle-pause
|
||||||
|
|
||||||
|
|||||||
@@ -1307,7 +1307,7 @@ enum SubCommand {
|
|||||||
ToggleWorkspaceFloatOverride,
|
ToggleWorkspaceFloatOverride,
|
||||||
/// Toggle between the Tiling and Floating layers on the focused workspace
|
/// Toggle between the Tiling and Floating layers on the focused workspace
|
||||||
ToggleWorkspaceLayer,
|
ToggleWorkspaceLayer,
|
||||||
/// Toggle window tiling on the focused workspace
|
/// Toggle the paused state for all window tiling
|
||||||
TogglePause,
|
TogglePause,
|
||||||
/// Toggle window tiling on the focused workspace
|
/// Toggle window tiling on the focused workspace
|
||||||
ToggleTiling,
|
ToggleTiling,
|
||||||
|
|||||||
Reference in New Issue
Block a user