Search found 1 match
- Tue Mar 12, 2013 10:52 am
- Forum: General Help
- Topic: Conky dissapears when I press "Minimize all"
- Replies: 6
- Views: 9416
Re: Conky dissapears when I press "Minimize all"
Hi all, I experienced the same issue with the LXDE minimise button. I wrote the below program conkier.c . I start conkier 3 seconds after conky. That is, I add conky; sleep 3; conkier to my .config/autostart in LXDE. Enjoy! /* compile with gcc -o conkier conkier.c -L/usr/X11R6/lib -lX11 -I/usr/X11R6...