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

@ -49,11 +49,12 @@ bspc rule -a 'Element' desktop='voip' locked='true'
bspc rule -a 'Element (Riot)' desktop='voip' locked='true'
bspc rule -a 'discord' desktop='voip'
bspc rule -a 'Evolution' desktop='messenger'
bspc rule -a 'Signal' desktop='messenger' locked='true'
#bspc rule -a 'Steam' desktop='game'
bspc rule -a 'Zathura' state='tiled'
bspc rule -a 'Guitarix:guitarix' desktop='messenger'
bspc rule -a 'sticky-note:sticky-note' state='floating' sticky='on' border='off'
bspc rule -a 'Xarchiver' state='floating'
bspc rule -a 'Signal' desktop='messenger' locked='true'
bspc rule -a 'Thunderbird:Mail' desktop='messenger' locked='true'
$HOME/.config/polybar/launch.sh &

View file

@ -1,6 +1,5 @@
#!/bin/bash
sleep 8
systemctl --user stop pulseaudio.service
systemctl --user stop pulseaudio.socket

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 &
}