fix: cleanup autostart

This commit is contained in:
Tobias Reisinger 2020-08-18 11:41:18 +02:00
parent c584d47a1f
commit 870eed0b2a
2 changed files with 3 additions and 4 deletions

View file

@ -1,8 +1,7 @@
[ -f "$HOME/.config/user-dirs.dirs" ] && source $HOME/.config/user-dirs.dirs
source $HOME/.config/environment
#xcompmgr -c -r0 &
picom &
xcompmgr -n -f -D3 &
numlockx on
setxkbmap de
@ -36,7 +35,7 @@ _autostart_on_launch()
steam-runtime -silent -tcp &
env GTK_THEME=Adwaita:light firefox &
start_jack >/tmp/jack.log 2>&1
start_jack
sleep 1
teamspeak3 &
sleep 2
@ -48,7 +47,6 @@ _autostart_on_launch()
xdg-open "steam://open/friends/"
mopidy &
ympd --webport 54594 &
}
_autostart_on_launch &