Added the ability to ignore workspaces by number or regex
This commit is contained in:
@@ -297,6 +297,11 @@ export const BarSettings = (): Scrollable<Gtk.Widget, Gtk.Widget> => {
|
||||
title: 'Scrolling Speed',
|
||||
type: 'number',
|
||||
}),
|
||||
Option({
|
||||
opt: options.bar.workspaces.ignored,
|
||||
title: 'Ignored Workspaces',
|
||||
type: 'object',
|
||||
}),
|
||||
|
||||
/*
|
||||
******************************
|
||||
|
||||
Reference in New Issue
Block a user