feat(bar): implement optional mouse-following for right-click panel placement

This commit is contained in:
tibssy
2026-03-02 15:06:11 +00:00
parent 0d1a6d2e25
commit bd91405449
6 changed files with 26 additions and 3 deletions
+2 -1
View File
@@ -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: []