1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

Merge branch 'master' of github.com:bbedward/DankMaterialShell

This commit is contained in:
bbedward
2025-08-20 21:20:39 -04:00
6 changed files with 291 additions and 35 deletions

View File

@@ -23,7 +23,7 @@ DankModal {
function executePowerAction(action) {
switch (action) {
case "logout":
NiriService.quit()
CompositorService.logout()
break
case "suspend":
Quickshell.execDetached(["systemctl", "suspend"])