diff --git a/etc/xdg/autostart/copy-missing-config-files.desktop b/etc/xdg/autostart/copy-missing-config-files.desktop new file mode 100644 index 00000000..0e485fb0 --- /dev/null +++ b/etc/xdg/autostart/copy-missing-config-files.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Application +Name=Copy missing config files +Exec=/bin/sh -c "cp -rnT /etc/skel ~" +Terminal=false