chore: document new properties
parent
adbc9d95de
commit
6663ca3d75
|
@ -21,6 +21,21 @@ Addressed by *hyprland/workspaces*
|
||||||
typeof: array ++
|
typeof: array ++
|
||||||
Based on the workspace id and state, the corresponding icon gets selected. See *icons*.
|
Based on the workspace id and state, the corresponding icon gets selected. See *icons*.
|
||||||
|
|
||||||
|
*window-rewrite*: ++
|
||||||
|
typeof: object ++
|
||||||
|
Regex rules to map window class to an icon or preferred method of representation for a workspace's window.
|
||||||
|
Keys are the rules, while the values are the methods of representation.
|
||||||
|
|
||||||
|
*window-rewrite-default*:
|
||||||
|
typeof: string ++
|
||||||
|
default: "?" ++
|
||||||
|
The default method of representation for a workspace's window. This will be used for windows whose classes do not match any of the rules in *window-rewrite*.
|
||||||
|
|
||||||
|
*format-window-separator*: ++
|
||||||
|
typeof: string ++
|
||||||
|
default: " " ++
|
||||||
|
The separator to be used between windows in a workspace.
|
||||||
|
|
||||||
*show-special*: ++
|
*show-special*: ++
|
||||||
typeof: bool ++
|
typeof: bool ++
|
||||||
default: false ++
|
default: false ++
|
||||||
|
@ -103,6 +118,19 @@ Additional to workspace name matching, the following *format-icons* can be set.
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
"hyprland/workspaces": {
|
||||||
|
"format": "{name}\n{windows}",
|
||||||
|
"format-window-separator": "\n",
|
||||||
|
"window-rewrite-default": "",
|
||||||
|
"window-rewrite": {
|
||||||
|
"firefox": "",
|
||||||
|
"foot": "",
|
||||||
|
"code": "",
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
# Style
|
# Style
|
||||||
|
|
||||||
- *#workspaces*
|
- *#workspaces*
|
||||||
|
|
Loading…
Reference in New Issue