Added the ability to hide unoccupied workspaces. (#189)

* Consolidated workspace logic

* Added the ability to hide unoccupied workspaces.
This commit is contained in:
Jas Singh
2024-08-25 18:11:15 -07:00
committed by GitHub
parent 5db6eb336e
commit 60096ced7c
4 changed files with 273 additions and 145 deletions

View File

@@ -718,6 +718,7 @@ const options = mkOptions(OPTIONS, {
workspaces: opt(10),
spacing: opt(1),
monitorSpecific: opt(true),
hideUnoccupied: opt(false),
workspaceMask: opt(false),
reverse_scroll: opt(false),
scroll_speed: opt(5),