Added the ability to ignore workspaces by number or regex
This commit is contained in:
@@ -13,6 +13,7 @@ import {
|
||||
ActiveWsIndicator,
|
||||
BarButtonStyles,
|
||||
BarLocation,
|
||||
IgnoredWorkspaces,
|
||||
NotificationAnchor,
|
||||
OSDAnchor,
|
||||
OSDOrientation,
|
||||
@@ -861,6 +862,7 @@ const options = mkOptions(OPTIONS, {
|
||||
},
|
||||
workspaces: {
|
||||
show_icons: opt(false),
|
||||
ignored: opt<IgnoredWorkspaces>([]),
|
||||
show_numbered: opt(false),
|
||||
showWsIcons: opt(false),
|
||||
numbered_active_indicator: opt<ActiveWsIndicator>('underline'),
|
||||
|
||||
Reference in New Issue
Block a user