From 4d0df9c5b586b6d0966775b71e1472906418afa9 Mon Sep 17 00:00:00 2001 From: loeiks Date: Fri, 8 Aug 2025 22:16:52 +0300 Subject: [PATCH] fix(cli): fix typo in the toggle-pause docs --- docs/cli/toggle-pause.md | 2 +- komorebic/src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,