Merge pull request #1889 from tibssy/feat/bar-scroll-actions

Feat/bar scroll actions
This commit is contained in:
Lemmy
2026-03-01 15:23:46 -05:00
committed by GitHub
9 changed files with 219 additions and 23 deletions
+3 -1
View File
@@ -256,7 +256,9 @@ Singleton {
}
]
}
property string mouseWheelAction: "none"
property bool reverseScroll: false
property bool mouseWheelWrap: true
// Per-screen overrides for position and widgets
// Format: [{ "name": "HDMI-1", "position": "left" }, { "name": "DP-1", "position": "bottom", "widgets": {...} }]
property list<var> screenOverrides: []