trying to fix startup scripts

This commit is contained in:
Chris Cochrun 2022-12-17 07:16:26 -06:00
parent 24f375dd4a
commit 67193c257d
2 changed files with 10 additions and 6 deletions

View file

@ -6,11 +6,14 @@ export MOZ_ENABLE_WAYLAND=1
# exec systemctl enable --user --now libinput-gestures & # exec systemctl enable --user --now libinput-gestures &
# exec emacs --daemon & # exec emacs --daemon &
exec latte-dock &
sleep 5 systemctl --user stop jellyfin-mpv-shim.service &
systemctl --user stop nextcloud-client.service &
systemctl --user stop emacs.service &
sleep 3
systemctl --user restart jellyfin-mpv-shim.service &
systemctl --user restart nextcloud-client.service &
systemctl --user restart emacs.service &
exec greenclip daemon & exec greenclip daemon &
exec emacs --daemon &
exec jellyfin-mpv-shim &
exec nextcloud --background &

View file

@ -1,12 +1,13 @@
#!/bin/sh #!/bin/sh
rbw-agent & kwalletd5 &
systemctl --user stop jellyfin-mpv-shim.service & systemctl --user stop jellyfin-mpv-shim.service &
systemctl --user stop nextcloud-client.service & systemctl --user stop nextcloud-client.service &
systemctl --user stop emacs.service & systemctl --user stop emacs.service &
/usr/lib/kdeconnectd & /usr/lib/kdeconnectd &
nm-applet & nm-applet &
greenclip daemon & greenclip daemon &
rbw-agent &
emacs --daemon & emacs --daemon &
nextcloud --background & nextcloud --background &
jellyfin-mpv-shim & jellyfin-mpv-shim &