fix: autostarts outside autostart function
This commit is contained in:
parent
4601141aa6
commit
9c3059af6f
1 changed files with 7 additions and 7 deletions
14
.xprofile
14
.xprofile
|
@ -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 &
|
||||||
|
|
Loading…
Reference in a new issue