Update description of option to ignore workspaces.

This commit is contained in:
Jas Singh
2024-09-25 00:51:11 -07:00
parent c01ddce201
commit 91bd49e1a8

View File

@@ -300,6 +300,9 @@ export const BarSettings = (): Scrollable<Gtk.Widget, Gtk.Widget> => {
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',
}),