1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

dankbar: add scroll wheel behavior configuration

This commit is contained in:
bbedward
2025-12-13 20:12:21 -05:00
parent fbf79e62e9
commit 30dad46c94
4 changed files with 159 additions and 16 deletions

View File

@@ -396,7 +396,10 @@ Singleton {
visible: true,
popupGapsAuto: true,
popupGapsManual: 4,
maximizeDetection: true
maximizeDetection: true,
scrollEnabled: true,
scrollXBehavior: "column",
scrollYBehavior: "workspace"
}
]