1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-27 15:02:50 -05:00

niri: connect directly to socket rather than running commands

This commit is contained in:
bbedward
2025-08-07 15:52:02 -04:00
parent fc13ed5c3a
commit 3dae0ec5e3
4 changed files with 191 additions and 273 deletions

View File

@@ -928,7 +928,7 @@ Item {
cursorShape: Qt.PointingHandCursor
onClicked: {
logoutDialog.close()
Quickshell.execDetached(["niri", "msg", "action", "quit", "-s"])
NiriService.quit()
}
}
}