diff --git a/etc/xdg/autostart/README.md b/etc/xdg/autostart/README.md new file mode 100644 index 00000000..0636e691 --- /dev/null +++ b/etc/xdg/autostart/README.md @@ -0,0 +1,7 @@ +System-wide autostart files +=========================== + +* linphone - SIP phone + * I am planning to have LAN-calling across the floors and if I could + move family away from Skype… +* redshift - app that changes screen temperature along the sun diff --git a/etc/xdg/autostart/linphone.desktop b/etc/xdg/autostart/linphone.desktop new file mode 100644 index 00000000..b593e62e --- /dev/null +++ b/etc/xdg/autostart/linphone.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Exec=linphone --iconified +Icon=linphone +Hidden=false +Name=linphone diff --git a/etc/xdg/autostart/redshift.desktop b/etc/xdg/autostart/redshift.desktop new file mode 100644 index 00000000..387285db --- /dev/null +++ b/etc/xdg/autostart/redshift.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Application +Exec=redshift -l 60.467306:26.945833 +Hidden=false +Name=redshift