Added kde support to logout on Powermenu

This commit is contained in:
Faith Heath
2022-08-15 16:50:29 -07:00
parent 67b037e31f
commit 96f0fe75bc
6 changed files with 12 additions and 0 deletions
+2
View File
@@ -78,6 +78,8 @@ run_cmd() {
bspc quit
elif [[ "$DESKTOP_SESSION" == 'i3' ]]; then
i3-msg exit
elif [[ "$DESKTOP_SESSION" == 'plasma' ]]; then
qdbus org.kde.ksmserver /KSMServer logout 0 0 0
fi
fi
else