diff options
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, 41 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 + diff --git a/.config/autostart/xbacklight.desktop b/.config/autostart/xbacklight.desktop new file mode 100644 index 0000000..5413bee --- /dev/null +++ b/.config/autostart/xbacklight.desktop @@ -0,0 +1,12 @@ +[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 new file mode 100644 index 0000000..bdf20bf --- /dev/null +++ b/.config/autostart/xfce4-clipman-plugin-autostart.desktop @@ -0,0 +1,4 @@ +[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 new file mode 100644 index 0000000..c13895a --- /dev/null +++ b/.config/autostart/xfce4-notes-autostart.desktop @@ -0,0 +1,13 @@ +[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 |