mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-01-28 19:07:15 +08:00
optimize autostart
This commit is contained in:
parent
239f2ebba2
commit
189014264b
3 changed files with 6 additions and 15 deletions
|
|
@ -16,6 +16,7 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue