Conky: first run: use setsid

pull/899/head
Botspot 4 years ago
parent a0f755251f
commit f29e050c68

@ -29,7 +29,7 @@ rm -f .uuid || error "Failed to delete unnecessary .uuid file!"
wget -O ~/.conky_rings.lua https://raw.githubusercontent.com/Botspot/rpi_conky/master/conky_rings/.conky_rings.lua || error "Failed to download conky-rings.lua!"
#run conky this time
conky -q -d -p 3 &
setsid conky -q -d -p 3 &
#make autostart entry to run it next time
mkdir -p ~/.config/autostart

Loading…
Cancel
Save