Fix startup

This commit is contained in:
Tobias Reisinger 2021-02-13 23:02:27 +01:00
parent bb6a995204
commit 73fa26e596
3 changed files with 15 additions and 7 deletions

View file

@ -33,7 +33,10 @@ _autostart_on_launch()
conky --daemonize --config="$HOME/.config/conky/archlinux-updates.conf"
feh --bg-fill $XDG_PICTURES_DIR/wallpaper/active_wallpaper
sleep 8
### wait for internet and audio
sleep 10
start_jack
sleep 2
syncthing -no-browser &
@ -44,14 +47,19 @@ _autostart_on_launch()
steam-runtime -silent -tcp &
qutebrowser &
start_jack
sleep 1
### Workspace VOIP
teamspeak3 &
sleep 2
alacritty --class "mail" --command sh -c "neomutt" &
#sleep 2
#alacritty --class "mail" --command sh -c "neomutt" &
sleep 1
element-desktop &
### Workspace Messenger
signal-desktop &
sleep 1
thunderbird &
mopidy &
}