optimize autostart

This commit is contained in:
EdenQwQ 2025-03-09 11:24:22 +08:00
parent 189014264b
commit 86a9069ff6
2 changed files with 0 additions and 2 deletions

View file

@ -16,7 +16,6 @@ elif [ "$entry" = "mode" ]; then
elif [ "$entry" = "exit" ]; then
if [ "$(~/scripts/tofi/confirm "exit?")" = "yes" ]; then
doas killall swhkd swhks
systemctl --user stop waybar.service blueman-applet.service 'app-nm\\x2dapplet@autostart.service' app-org.fcitx.Fcitx5@autostart.service niri-blur-wallpaper.service
wayland-logout
fi
fi