Made various improvements to the workspaces module. (#17)

* Made workspace scrolling slower and more natural.

* Fix workspace scrolling not working on single monitors: Fixes #8

* Fixed #15 and added configuration options to adjust workspace spacing and scrolling speed.
This commit is contained in:
Jas Singh
2024-07-28 01:44:00 -07:00
committed by GitHub
parent a8d3bd286a
commit 033fbe6947
5 changed files with 53 additions and 39 deletions

View File

@@ -577,8 +577,10 @@ const options = mkOptions(OPTIONS, {
occupied: opt(""),
},
workspaces: opt(10),
spacing: opt(1),
monitorSpecific: opt(true),
reverse_scroll: opt(false),
scroll_speed: opt(5),
},
volume: {
label: opt(true),