diff options
Diffstat (limited to '.config/autostart/conky.desktop')
-rw-r--r-- | .config/autostart/conky.desktop | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/autostart/conky.desktop b/.config/autostart/conky.desktop new file mode 100644 index 0000000..6dd1f3c --- /dev/null +++ b/.config/autostart/conky.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Encoding=UTF-8 +Version=0.9.4 +Type=Application +Name=conky +Comment=start conky +Exec=sleep 3 && conky -d +OnlyShowIn=XFCE; +StartupNotify=false +Terminal=false +Hidden=false + |