From 9c3059af6f410ac27d4ccfabb050edc837a1e472 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Thu, 13 Feb 2020 16:37:12 +0100 Subject: [PATCH] fix: autostarts outside autostart function --- .xprofile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.xprofile b/.xprofile index 9f252a6..a63bbef 100644 --- a/.xprofile +++ b/.xprofile @@ -4,15 +4,15 @@ export ZDOTDIR="$HOME/.config/zsh" 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() { + 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 env GTK_THEME=Adwaita:light firefox & teamspeak3 &