Skip to content

Commit

Permalink
docs: include new ignore-workspaces example and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndelis committed Oct 11, 2023
1 parent c995baf commit ceeb5bf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions man/waybar-hyprland-workspaces.5.scd
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ Addressed by *hyprland/workspaces*
default: false ++
If set to true, only the active workspace will be shown.

*ignore-workspaces*: ++
typeof: array ++
default: [] ++
Regexes to match against workspaces names. If there's a match, the workspace will not be shown. This takes precedence over *show-special*, *all-outputs* and *active-only*.

*sort-by*: ++
typeof: string ++
default: "default" ++
Expand Down Expand Up @@ -131,6 +136,14 @@ Additional to workspace name matching, the following *format-icons* can be set.
}
```

"hyprland/workspaces": {
// Formatting omitted for brevity
"ignore-workspaces": [
"(special:)?chrome-sharing-indicator"
]
}
```
# Style
- *#workspaces*
Expand Down

0 comments on commit ceeb5bf

Please sign in to comment.