fix: autostarts outside autostart function
This commit is contained in:
parent
4601141aa6
commit
9c3059af6f
1 changed files with 7 additions and 7 deletions
|
@ -4,6 +4,8 @@ export ZDOTDIR="$HOME/.config/zsh"
|
||||||
|
|
||||||
setxkbmap de
|
setxkbmap de
|
||||||
|
|
||||||
|
_autostart_on_launch()
|
||||||
|
{
|
||||||
ckb-next -b &
|
ckb-next -b &
|
||||||
steam-runtime -silent -tcp &
|
steam-runtime -silent -tcp &
|
||||||
transmission-gtk -m &
|
transmission-gtk -m &
|
||||||
|
@ -11,8 +13,6 @@ transmission-gtk -m &
|
||||||
conky --daemonize --config="$HOME/.config/conky/clock.conf"
|
conky --daemonize --config="$HOME/.config/conky/clock.conf"
|
||||||
conky --daemonize --config="$HOME/.config/conky/cpu_ram_storage.conf"
|
conky --daemonize --config="$HOME/.config/conky/cpu_ram_storage.conf"
|
||||||
|
|
||||||
_autostart_on_launch()
|
|
||||||
{
|
|
||||||
sleep 8
|
sleep 8
|
||||||
env GTK_THEME=Adwaita:light firefox &
|
env GTK_THEME=Adwaita:light firefox &
|
||||||
teamspeak3 &
|
teamspeak3 &
|
||||||
|
|
Loading…
Reference in a new issue