Skip to content

Commit b2f908f

Browse files
loeiksLGUG2Z
authored andcommitted
fix(cli): fix typo in the toggle-pause docs
1 parent d763c33 commit b2f908f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/cli/toggle-pause.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# toggle-pause
22

33
```
4-
Toggle window tiling on the focused workspace
4+
Toggle the paused state for all window tiling
55
66
Usage: komorebic.exe toggle-pause
77

komorebic/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@ enum SubCommand {
13071307
ToggleWorkspaceFloatOverride,
13081308
/// Toggle between the Tiling and Floating layers on the focused workspace
13091309
ToggleWorkspaceLayer,
1310-
/// Toggle window tiling on the focused workspace
1310+
/// Toggle the paused state for all window tiling
13111311
TogglePause,
13121312
/// Toggle window tiling on the focused workspace
13131313
ToggleTiling,

0 commit comments

Comments
 (0)