hyprland new persistent_workspace configuration style

This commit is contained in:
Austin Horstman
2023-08-28 23:34:28 -05:00
parent b665843085
commit 52309615c1
2 changed files with 42 additions and 12 deletions

View File

@ -69,6 +69,25 @@ Additional to workspace name matching, the following *format-icons* can be set.
}
```
```
"hyprland/workspaces": {
"format": "{name}: {icon}",
"format-icons": {
"1": "",
"2": "",
"3": "",
"4": "",
"5": "",
"active": "",
"default": ""
},
"persistent_workspaces": {
"*": [ 2,3,4,5 ], // 2-5 on every monitor
"HDMI-A-1": [ 1 ] // but only workspace 1 on HDMI-A-1
}
}
```
# Style
- *#workspaces*