mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-16 14:26:40 +01:00
This commit adds StateQuery::FocusedWorkspaceLayout variant to allow queries for focused workspace layout via komorebic query. This handles floating workspaces returning "None".
17 lines
353 B
Markdown
17 lines
353 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, version]
|
|
|
|
Options:
|
|
-h, --help
|
|
Print help
|
|
|
|
```
|