Merge pull request #2438 from khaneliman/hyprland-workspace-array

hyprland persistent workspace support new config declaration
This commit is contained in:
Alexis Rouillard
2023-09-01 09:10:23 +02:00
committed by GitHub
2 changed files with 42 additions and 12 deletions

View File

@ -70,6 +70,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*