Add man pages for hyprland/workspaces tooltips

pull/3017/head
Marc Meier 2024-03-17 19:41:19 +01:00
parent 065dd87713
commit 0654034763
1 changed files with 29 additions and 0 deletions

View File

@ -65,6 +65,16 @@ Addressed by *hyprland/workspaces*
If set to id, workspaces will sort by id.
If none of those, workspaces will sort with default behavior.
*tooltip*: ++
typeof: bool ++
default: true ++
Option to disable tooltip on hover.
*tooltip-format*: ++
typeof: string ++
default: "{name}" ++
The tooltip format.
# FORMAT REPLACEMENTS
*{id}*: id of workspace assigned by compositor
@ -148,6 +158,25 @@ Additional to workspace name matching, the following *format-icons* can be set.
}
```
```
"hyprland/workspaces": {
"format": "{icon}",
"format-window-separator": ", ",
"tooltip": true,
"tooltip-format": "{name}: {windows}",
"format-icons": {
"1": "",
"2": "",
"3": "",
"4": "",
"5": "",
"active": "",
"default": ""
},
// Window rewrites omitted for brevity
}
```
# Style
- *#workspaces*