1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-02 03:28:28 -04:00

mango: add separate dispatch socket

port 1.5
This commit is contained in:
bbedward
2026-07-14 17:09:34 -04:00
parent 729a990fa7
commit 296b3a3d7e
3 changed files with 80 additions and 17 deletions
@@ -1086,7 +1086,7 @@ Item {
MouseArea {
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
onClicked: Quickshell.execDetached(["mmsg", "dispatch", "toggleoverview"])
onClicked: MangoService.dispatch("toggleoverview")
}
}