mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 13:32:50 -05:00
feat: Added reverse workspace scrolling (#1179)
* added reverse scrolling to settings and widget * added support for dankbar scrolling * Better settings description * removed isNiri conditional from search index
This commit is contained in:
@@ -793,6 +793,26 @@
|
||||
"description": "Display only workspaces that contain windows",
|
||||
"conditionKey": "isNiri"
|
||||
},
|
||||
{
|
||||
"section": "reverseScrolling",
|
||||
"label": "Reverse Scrolling Direction",
|
||||
"tabIndex": 4,
|
||||
"category": "Workspaces",
|
||||
"keywords": [
|
||||
"active",
|
||||
"contain",
|
||||
"desktop",
|
||||
"desktops",
|
||||
"scroll",
|
||||
"scrolling",
|
||||
"reverse",
|
||||
"direction",
|
||||
"windows",
|
||||
"workspace",
|
||||
"workspaces"
|
||||
],
|
||||
"description": "Display only workspaces that contain windows"
|
||||
},
|
||||
{
|
||||
"section": "showWorkspaceApps",
|
||||
"label": "Show Workspace Apps",
|
||||
|
||||
Reference in New Issue
Block a user