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)