From 441f4e75a0955ae00550e7b3d62c0b585a99581d Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Tue, 17 Oct 2023 14:57:21 +0200 Subject: [PATCH] Bug Fix logout command for sddm --- scripts/powermenu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/powermenu.sh b/scripts/powermenu.sh index e19e387..35d6311 100755 --- a/scripts/powermenu.sh +++ b/scripts/powermenu.sh @@ -24,7 +24,7 @@ case $choice in $option1) slock ;; $option2) - loginctl terminate-user $USER ;; + qtile cmd-obj -o cmd -f shutdown ;; $option3) systemctl reboot ;; $option4)