diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-11-12 16:47:21 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-11-12 16:47:21 +0800 |
commit | f37643e5d14eaae7e9c42d6c8ebd4aad94533484 (patch) | |
tree | dc8a2bb96f1660d0a4abe9455b9e8ae85b67729b /.config/autostart | |
parent | 886eab400e2883b9424243b72af3002896781e02 (diff) | |
download | dotfiles-f37643e5d14eaae7e9c42d6c8ebd4aad94533484.tar.bz2 |
Removed some dotfiles/.config/
Diffstat (limited to '.config/autostart')
-rw-r--r-- | .config/autostart/conky.desktop | 12 | ||||
-rw-r--r-- | .config/autostart/xbacklight.desktop | 12 | ||||
-rw-r--r-- | .config/autostart/xfce4-clipman-plugin-autostart.desktop | 4 | ||||
-rw-r--r-- | .config/autostart/xfce4-notes-autostart.desktop | 13 |
4 files changed, 0 insertions, 41 deletions
diff --git a/.config/autostart/conky.desktop b/.config/autostart/conky.desktop deleted file mode 100644 index 6dd1f3c..0000000 --- a/.config/autostart/conky.desktop +++ /dev/null @@ -1,12 +0,0 @@ -[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 - diff --git a/.config/autostart/xbacklight.desktop b/.config/autostart/xbacklight.desktop deleted file mode 100644 index 5413bee..0000000 --- a/.config/autostart/xbacklight.desktop +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Version=0.9.4 -Type=Application -Name=xbacklight -Comment=set screen brightness -Exec=xbacklight -set 80 -OnlyShowIn=XFCE; -StartupNotify=false -Terminal=false -Hidden=false - diff --git a/.config/autostart/xfce4-clipman-plugin-autostart.desktop b/.config/autostart/xfce4-clipman-plugin-autostart.desktop deleted file mode 100644 index bdf20bf..0000000 --- a/.config/autostart/xfce4-clipman-plugin-autostart.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Hidden=false -TryExec=xfce4-clipman -Exec=xfce4-clipman diff --git a/.config/autostart/xfce4-notes-autostart.desktop b/.config/autostart/xfce4-notes-autostart.desktop deleted file mode 100644 index c13895a..0000000 --- a/.config/autostart/xfce4-notes-autostart.desktop +++ /dev/null @@ -1,13 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Notes -Name[zh_CN]=便笺 -Name[zh_TW]=小筆記 -Comment=Ideal for your quick notes -Comment[zh_CN]=一个理想的快速便笺程序 -TryExec=xfce4-notes -Exec=xfce4-notes -Icon=xfce4-notes-plugin -OnlyShowIn=XFCE;GNOME; -Terminal=false -Hidden=false |