updating
This commit is contained in:
parent
5976121dad
commit
bd603a3a65
3 changed files with 68 additions and 73 deletions
|
@ -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
14
scripts/startup.sh
Executable 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 &
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue