Fix startup
This commit is contained in:
parent
bb6a995204
commit
73fa26e596
3 changed files with 15 additions and 7 deletions
16
.xprofile
16
.xprofile
|
@ -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 &
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue