feat(hyprland/workspaces): added options move-to-monitor and active-per-monitor

This commit is contained in:
Tom Benham
2024-03-04 13:17:30 +01:00
parent 26af1066e1
commit df7f1fffcf
3 changed files with 74 additions and 6 deletions

View File

@ -52,6 +52,21 @@ Addressed by *hyprland/workspaces*
default: false ++
If set to true, only the active workspace will be shown.
*move-to-monitor*: ++
typeof: bool ++
default: false ++
If set to true, open the workspace on the current monitor when clicking on a workspace button.
Otherwise, the workspace will open on the monitor where it was previously assigned.
Analog to using `focusworkspaceoncurrentmonitor` dispatcher instead of `workspace` in Hyprland.
*active-per-monitor*: ++
typeof: bool ++
default: false ++
If set to true, each bar on each monitor will show its separate active
workspace being the currently focused workspace on this monitor.
Otherwise, all bars on all monitors will show the same active workspace
being the currently focused workspace on the currently focused monitor.
*ignore-workspaces*: ++
typeof: array ++
default: [] ++