diff --git a/docs/cli/toggle-pause.md b/docs/cli/toggle-pause.md index 3024b095..f7a0985f 100644 --- a/docs/cli/toggle-pause.md +++ b/docs/cli/toggle-pause.md @@ -1,7 +1,7 @@ # toggle-pause ``` -Toggle window tiling on the focused workspace +Toggle the paused state for all window tiling Usage: komorebic.exe toggle-pause diff --git a/komorebic/src/main.rs b/komorebic/src/main.rs index 13f46024..d0167c12 100644 --- a/komorebic/src/main.rs +++ b/komorebic/src/main.rs @@ -1307,7 +1307,7 @@ enum SubCommand { ToggleWorkspaceFloatOverride, /// Toggle between the Tiling and Floating layers on the focused workspace ToggleWorkspaceLayer, - /// Toggle window tiling on the focused workspace + /// Toggle the paused state for all window tiling TogglePause, /// Toggle window tiling on the focused workspace ToggleTiling,