From 8cf676176d33f4a6528ad7365d031ad6b16e9e6c Mon Sep 17 00:00:00 2001 From: zjeffer <4633209+zjeffer@users.noreply.github.com> Date: Mon, 14 Aug 2023 11:17:49 +0200 Subject: [PATCH] Updated hyprland-workspaces manpage --- man/waybar-hyprland-workspaces.5.scd | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/man/waybar-hyprland-workspaces.5.scd b/man/waybar-hyprland-workspaces.5.scd index c3deb52..4f46fd7 100644 --- a/man/waybar-hyprland-workspaces.5.scd +++ b/man/waybar-hyprland-workspaces.5.scd @@ -45,11 +45,13 @@ Additional to workspace name matching, the following *format-icons* can be set. - *default*: Will be shown, when no string match is found. - *active*: Will be shown, when workspace is active +- *special*: Will be shown on non-active special workspaces +- *persistent*: Will be shown on non-active persistent workspaces # EXAMPLES ``` -"wlr/workspaces": { +"hyprland/workspaces": { "format": "{name}: {icon}", "format-icons": { "1": "", @@ -60,8 +62,10 @@ Additional to workspace name matching, the following *format-icons* can be set. "active": "", "default": "" }, - "all-outputs": false, - "show-special": false + "persistent_workspaces": { + "*": 5, // 5 workspaces by default on every monitor + "HDMI-A-1": 3 // but only three on HDMI-A-1 + } } ``` @@ -70,3 +74,5 @@ Additional to workspace name matching, the following *format-icons* can be set. - *#workspaces* - *#workspaces button* - *#workspaces button.active* +- *#workspaces button.persistent* +- *#workspaces button.special*