fix: autostarts outside autostart function

This commit is contained in:
Tobias Reisinger 2020-02-13 16:37:12 +01:00
parent 4601141aa6
commit 9c3059af6f

View file

@ -4,15 +4,15 @@ export ZDOTDIR="$HOME/.config/zsh"
setxkbmap de setxkbmap de
ckb-next -b &
steam-runtime -silent -tcp &
transmission-gtk -m &
conky --daemonize --config="$HOME/.config/conky/clock.conf"
conky --daemonize --config="$HOME/.config/conky/cpu_ram_storage.conf"
_autostart_on_launch() _autostart_on_launch()
{ {
ckb-next -b &
steam-runtime -silent -tcp &
transmission-gtk -m &
conky --daemonize --config="$HOME/.config/conky/clock.conf"
conky --daemonize --config="$HOME/.config/conky/cpu_ram_storage.conf"
sleep 8 sleep 8
env GTK_THEME=Adwaita:light firefox & env GTK_THEME=Adwaita:light firefox &
teamspeak3 & teamspeak3 &