diff --git a/widget/settings/pages/config/bar/index.ts b/widget/settings/pages/config/bar/index.ts index b8f5b81..e5eb5dc 100644 --- a/widget/settings/pages/config/bar/index.ts +++ b/widget/settings/pages/config/bar/index.ts @@ -300,6 +300,9 @@ export const BarSettings = (): Scrollable => { Option({ opt: options.bar.workspaces.ignored, title: 'Ignored Workspaces', + subtitle: + 'An array of workspace numbers to ignore.\n' + + 'A regular expression can be passed in the array to ignore workspaces that match the regex.', type: 'object', }),