mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 22:12:53 +01:00
docs(schema): update jsonschema and docgen
This commit is contained in:
@@ -394,7 +394,7 @@ every `WindowManagerEvent` and `SocketMessage` handled by `komorebi` in a Rust c
|
||||
Below is a simple example of how to use `komorebi-client` in a basic Rust application.
|
||||
|
||||
```rust
|
||||
// komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", tag = "v0.1.36"}
|
||||
// komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", tag = "v0.1.37"}
|
||||
|
||||
use anyhow::Result;
|
||||
use komorebi_client::Notification;
|
||||
|
||||
@@ -95,6 +95,7 @@ nav:
|
||||
- cli/state.md
|
||||
- cli/global-state.md
|
||||
- cli/gui.md
|
||||
- cli/toggle-shortcuts.md
|
||||
- cli/visible-windows.md
|
||||
- cli/monitor-information.md
|
||||
- cli/query.md
|
||||
@@ -252,4 +253,4 @@ nav:
|
||||
- cli/static-config-schema.md
|
||||
- cli/generate-static-config.md
|
||||
- cli/enable-autostart.md
|
||||
- cli/disable-autostart.md
|
||||
- cli/disable-autostart.md
|
||||
@@ -8787,6 +8787,7 @@
|
||||
"FocusedWindowIndex",
|
||||
"FocusedWorkspaceName",
|
||||
"FocusedWorkspaceLayout",
|
||||
"FocusedContainerKind",
|
||||
"Version"
|
||||
]
|
||||
},
|
||||
@@ -14857,6 +14858,7 @@
|
||||
"FocusedWindowIndex",
|
||||
"FocusedWorkspaceName",
|
||||
"FocusedWorkspaceLayout",
|
||||
"FocusedContainerKind",
|
||||
"Version"
|
||||
]
|
||||
},
|
||||
@@ -20927,6 +20929,7 @@
|
||||
"FocusedWindowIndex",
|
||||
"FocusedWorkspaceName",
|
||||
"FocusedWorkspaceLayout",
|
||||
"FocusedContainerKind",
|
||||
"Version"
|
||||
]
|
||||
},
|
||||
@@ -26997,6 +27000,7 @@
|
||||
"FocusedWindowIndex",
|
||||
"FocusedWorkspaceName",
|
||||
"FocusedWorkspaceLayout",
|
||||
"FocusedContainerKind",
|
||||
"Version"
|
||||
]
|
||||
},
|
||||
@@ -33067,6 +33071,7 @@
|
||||
"FocusedWindowIndex",
|
||||
"FocusedWorkspaceName",
|
||||
"FocusedWorkspaceLayout",
|
||||
"FocusedContainerKind",
|
||||
"Version"
|
||||
]
|
||||
},
|
||||
@@ -39137,6 +39142,7 @@
|
||||
"FocusedWindowIndex",
|
||||
"FocusedWorkspaceName",
|
||||
"FocusedWorkspaceLayout",
|
||||
"FocusedContainerKind",
|
||||
"Version"
|
||||
]
|
||||
},
|
||||
@@ -45207,6 +45213,7 @@
|
||||
"FocusedWindowIndex",
|
||||
"FocusedWorkspaceName",
|
||||
"FocusedWorkspaceLayout",
|
||||
"FocusedContainerKind",
|
||||
"Version"
|
||||
]
|
||||
},
|
||||
@@ -51277,6 +51284,7 @@
|
||||
"FocusedWindowIndex",
|
||||
"FocusedWorkspaceName",
|
||||
"FocusedWorkspaceLayout",
|
||||
"FocusedContainerKind",
|
||||
"Version"
|
||||
]
|
||||
},
|
||||
@@ -57347,6 +57355,7 @@
|
||||
"FocusedWindowIndex",
|
||||
"FocusedWorkspaceName",
|
||||
"FocusedWorkspaceLayout",
|
||||
"FocusedContainerKind",
|
||||
"Version"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -2498,7 +2498,7 @@
|
||||
]
|
||||
},
|
||||
"mode": {
|
||||
"description": "Stackbar mode",
|
||||
"description": "Stackbar mode (default: Never)",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Always",
|
||||
|
||||
Reference in New Issue
Block a user