From 67193c257deaca8db28acd9913a37a3be28d67cd Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sat, 17 Dec 2022 07:16:26 -0600 Subject: [PATCH] trying to fix startup scripts --- scripts/plasma-startup.sh | 13 ++++++++----- scripts/startup.sh | 3 ++- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/scripts/plasma-startup.sh b/scripts/plasma-startup.sh index fa97029..f14747e 100755 --- a/scripts/plasma-startup.sh +++ b/scripts/plasma-startup.sh @@ -6,11 +6,14 @@ export MOZ_ENABLE_WAYLAND=1 # exec systemctl enable --user --now libinput-gestures & # 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 emacs --daemon & +exec jellyfin-mpv-shim & +exec nextcloud --background & diff --git a/scripts/startup.sh b/scripts/startup.sh index 50b060c..4df2b48 100755 --- a/scripts/startup.sh +++ b/scripts/startup.sh @@ -1,12 +1,13 @@ #!/bin/sh -rbw-agent & +kwalletd5 & systemctl --user stop jellyfin-mpv-shim.service & systemctl --user stop nextcloud-client.service & systemctl --user stop emacs.service & /usr/lib/kdeconnectd & nm-applet & greenclip daemon & +rbw-agent & emacs --daemon & nextcloud --background & jellyfin-mpv-shim &