feat(cli): add focused-container-kind state query

This commit adds a new StateQuery variant, FocusedContainerKind, which
will will return None if there is not focused container on the current
workspace (ie. it is empty), Single if the focused container contains a
single window, or Stack if the focused container contains more than one
window.
This commit is contained in:
LGUG2Z
2025-05-11 18:23:35 -07:00
parent a9d2738733
commit 270ea5aa46
5 changed files with 27 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
# toggle-shortcuts
```
Toggle the komorebi-shortcuts helper
Usage: komorebic.exe toggle-shortcuts
Options:
-h, --help
Print help
```