mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
feat(bar): implement optional mouse-following for right-click panel placement
This commit is contained in:
@@ -257,9 +257,10 @@ Singleton {
|
||||
]
|
||||
}
|
||||
property string mouseWheelAction: "none"
|
||||
property string rightClickAction: "controlCenter"
|
||||
property bool reverseScroll: false
|
||||
property bool mouseWheelWrap: true
|
||||
property string rightClickAction: "controlCenter"
|
||||
property bool rightClickFollowMouse: 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