trying to fix startup scripts
This commit is contained in:
parent
24f375dd4a
commit
67193c257d
2 changed files with 10 additions and 6 deletions
|
@ -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 &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue