Change confirm-logout.sh to use systemd
This commit is contained in:
@ -8,7 +8,7 @@ if [[ "${resp}" == 'Yes' ]]; then
|
||||
hyprctl dispatch exit
|
||||
;;
|
||||
river)
|
||||
riverctl exit
|
||||
systemctl --user stop river.service
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user