trying to fix startup scripts
This commit is contained in:
parent
24f375dd4a
commit
67193c257d
|
@ -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 &
|
||||
|
|
|
@ -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 &
|
||||
|
|
Loading…
Reference in a new issue