Added the options to allow workspaces to be indicated as active on multiple monitors. (#289)

* Added the options to allow workspaces to be indicated as active on multiple monitors.

* Add subtitle
This commit is contained in:
Jas Singh
2024-09-28 17:09:15 -07:00
committed by GitHub
parent a3ae60f621
commit 19a0ccf150
5 changed files with 55 additions and 9 deletions

View File

@@ -862,6 +862,7 @@ const options = mkOptions(OPTIONS, {
},
workspaces: {
show_icons: opt(false),
showAllActive: opt(true),
ignored: opt(''),
show_numbered: opt(false),
showWsIcons: opt(false),