This commit is contained in:
Chris Cochrun 2025-05-08 14:28:49 -05:00
parent 5976121dad
commit bd603a3a65
3 changed files with 68 additions and 73 deletions

View file

@ -1,19 +0,0 @@
#!/bin/sh
export MOZ_ENABLE_WAYLAND=1
export QT_SCALE_FACTOR=1
# exec ydotoold &
# exec systemctl enable --user --now libinput-gestures &
# exec emacs --daemon &
systemctl --user stop jellyfin-mpv-shim.service &
systemctl --user stop nextcloud-client.service &
systemctl --user stop emacs.service &
sleep 1
exec emacs --daemon &
exec jellyfin-mpv-shim &
exec nextcloud --background &

14
scripts/startup.sh Executable file
View file

@ -0,0 +1,14 @@
#!/bin/sh
export MOZ_ENABLE_WAYLAND=1
export QT_SCALE_FACTOR=1
# exec ydotoold &
# exec systemctl enable --user --now libinput-gestures &
# exec emacs --daemon &
systemctl --user restart jellyfin-mpv-shim.service &
systemctl --user restart nextcloud-client.service &
systemctl --user restart emacs.service &