fix(cli): fix typo in the toggle-pause docs

This commit is contained in:
loeiks
2025-08-08 22:16:52 +03:00
committed by LGUG2Z
parent f8ea62f857
commit 4d0df9c5b5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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,