Update description of option to ignore workspaces.
This commit is contained in:
@@ -300,6 +300,9 @@ export const BarSettings = (): Scrollable<Gtk.Widget, Gtk.Widget> => {
|
|||||||
Option({
|
Option({
|
||||||
opt: options.bar.workspaces.ignored,
|
opt: options.bar.workspaces.ignored,
|
||||||
title: 'Ignored Workspaces',
|
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',
|
type: 'object',
|
||||||
}),
|
}),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user