Bug Fix logout command for sddm

This commit is contained in:
Stephan Raabe 2023-10-17 14:57:21 +02:00
parent f8e402377c
commit 441f4e75a0

View File

@ -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)