We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d763c33 commit b2f908fCopy full SHA for b2f908f
docs/cli/toggle-pause.md
@@ -1,7 +1,7 @@
1
# toggle-pause
2
3
```
4
-Toggle window tiling on the focused workspace
+Toggle the paused state for all window tiling
5
6
Usage: komorebic.exe toggle-pause
7
komorebic/src/main.rs
@@ -1307,7 +1307,7 @@ enum SubCommand {
1307
ToggleWorkspaceFloatOverride,
1308
/// Toggle between the Tiling and Floating layers on the focused workspace
1309
ToggleWorkspaceLayer,
1310
- /// Toggle window tiling on the focused workspace
+ /// Toggle the paused state for all window tiling
1311
TogglePause,
1312
/// Toggle window tiling on the focused workspace
1313
ToggleTiling,
0 commit comments