Update the ignored workspaces rule to a regex instead of array.

This commit is contained in:
Jas Singh
2024-09-25 01:05:47 -07:00
parent 91bd49e1a8
commit 69c468296b
4 changed files with 11 additions and 27 deletions

View File

@@ -13,7 +13,6 @@ import {
ActiveWsIndicator,
BarButtonStyles,
BarLocation,
IgnoredWorkspaces,
NotificationAnchor,
OSDAnchor,
OSDOrientation,
@@ -862,7 +861,7 @@ const options = mkOptions(OPTIONS, {
},
workspaces: {
show_icons: opt(false),
ignored: opt<IgnoredWorkspaces>([]),
ignored: opt(''),
show_numbered: opt(false),
showWsIcons: opt(false),
numbered_active_indicator: opt<ActiveWsIndicator>('underline'),