From b35be1d080b8abcbe989dc2687d61b4b2d450099 Mon Sep 17 00:00:00 2001 From: Weitian LI Date: Fri, 13 Jun 2014 22:47:12 +0800 Subject: Added various ~/.config/ dotfiles. Updated .gitignore Modified .gtkrc.mine Added various ~/.config/ dotfiles: * autostart * fcitx * fontconfig * geany * gtk-3.0 * htop * mc * parcellite * vlc * xfce4 * user-dirs.dirs, user-dirs.locale --- .config/autostart/conky.desktop | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .config/autostart/conky.desktop (limited to '.config/autostart/conky.desktop') 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 + -- cgit v1.2.2