feat(cli): add move/send-to-last-workspace cmds

This commit adds two new komorebic commands, move-to-last-workspace and
send-to-last-workspace, which move or send the focused window to the
last focused workspace on the focused monitor.
This commit is contained in:
LGUG2Z
2025-03-23 16:07:41 -07:00
parent a8c687d3d5
commit e702d93a8a
11 changed files with 119 additions and 8 deletions

12
docs/cli/toggle-lock.md Normal file
View File

@@ -0,0 +1,12 @@
# toggle-lock
```
Toggle a lock for the focused container, ensuring it will not be displaced by any new windows
Usage: komorebic.exe toggle-lock
Options:
-h, --help
Print help
```