28 lines
523 B
Bash
Executable file
28 lines
523 B
Bash
Executable file
#!/bin/sh
|
|
|
|
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 &
|
|
|
|
killall eww
|
|
|
|
if [ $(hostname) = "syl" ]; then
|
|
style="laptop"
|
|
eww open bar0 &
|
|
#echo "this is hidpi"
|
|
else
|
|
style="desktop"
|
|
eww open bar1 &
|
|
#echo "this is not hidpi"
|
|
fi
|
|
eww open notifications &
|
|
eww open sidebar &
|