From efab21e9d1b8c6c7c4ea9fbb4d3abded09655305 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Wed, 5 Aug 2020 07:41:50 +0200 Subject: [PATCH] Added autostart files --- .../com.nextcloud.desktopclient.nextcloud.desktop | 10 ++++++++++ .config/autostart/org.keepassxc.KeePassXC.desktop | 14 ++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 .config/autostart/com.nextcloud.desktopclient.nextcloud.desktop create mode 100644 .config/autostart/org.keepassxc.KeePassXC.desktop diff --git a/.config/autostart/com.nextcloud.desktopclient.nextcloud.desktop b/.config/autostart/com.nextcloud.desktopclient.nextcloud.desktop new file mode 100644 index 0000000..0b3dddc --- /dev/null +++ b/.config/autostart/com.nextcloud.desktopclient.nextcloud.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=Nextcloud +GenericName=File Synchronizer +Exec=/usr/bin/nextcloud +Terminal=false +Icon=Nextcloud +Categories=Network +Type=Application +StartupNotify=false +X-GNOME-Autostart-enabled=true diff --git a/.config/autostart/org.keepassxc.KeePassXC.desktop b/.config/autostart/org.keepassxc.KeePassXC.desktop new file mode 100644 index 0000000..14eade2 --- /dev/null +++ b/.config/autostart/org.keepassxc.KeePassXC.desktop @@ -0,0 +1,14 @@ +[Desktop Entry] +Name=KeePassXC +GenericName=Password Manager +Exec=/usr/bin/keepassxc +TryExec=/usr/bin/keepassxc +Icon=keepassxc +StartupWMClass=keepassxc +StartupNotify=true +Terminal=false +Type=Application +Version=1.0true +Categories=Utility;Security;Qt; +MimeType=application/x-keepass2; +X-GNOME-Autostart-enabled=true