mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Merge pull request #1889 from tibssy/feat/bar-scroll-actions
Feat/bar scroll actions
This commit is contained in:
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user