#!/usr/bin/pkexec /bin/sh
# kill dm and run kde switcher
systemd-run --unit=kde-switcher-launcher --wait \
    bash -c "systemctl stop display-manager.service && systemctl start kde-switcher.service"
exit 0
