mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-15 22:13:22 +01:00
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.
17 lines
377 B
Markdown
17 lines
377 B
Markdown
# query
|
|
|
|
```
|
|
Query the current window manager state
|
|
|
|
Usage: komorebic.exe query <STATE_QUERY>
|
|
|
|
Arguments:
|
|
<STATE_QUERY>
|
|
[possible values: focused-monitor-index, focused-workspace-index, focused-container-index, focused-window-index, focused-workspace-name, focused-workspace-layout, focused-container-kind, version]
|
|
|
|
Options:
|
|
-h, --help
|
|
Print help
|
|
|
|
```
|