From 1d3f69a1c2d28a82ba5c0f77e9486a7689e09ad5 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Mon, 22 Sep 2025 23:32:23 +0200 Subject: [PATCH] (feat) Added autostart configs --- .config/autostart/Nextcloud.desktop | 11 +++++++++++ .../autostart/org.keepassxc.KeePassXC.desktop | 17 +++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 .config/autostart/Nextcloud.desktop create mode 100644 .config/autostart/org.keepassxc.KeePassXC.desktop diff --git a/.config/autostart/Nextcloud.desktop b/.config/autostart/Nextcloud.desktop new file mode 100644 index 0000000..219765f --- /dev/null +++ b/.config/autostart/Nextcloud.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Name=Nextcloud +GenericName=File Synchronizer +Exec="/usr/bin/nextcloud" --background +Terminal=false +Icon=Nextcloud +Categories=Network +Type=Application +StartupNotify=false +X-GNOME-Autostart-enabled=true +X-GNOME-Autostart-Delay=10 diff --git a/.config/autostart/org.keepassxc.KeePassXC.desktop b/.config/autostart/org.keepassxc.KeePassXC.desktop new file mode 100644 index 0000000..c6e4654 --- /dev/null +++ b/.config/autostart/org.keepassxc.KeePassXC.desktop @@ -0,0 +1,17 @@ +[Desktop Entry] +Name=KeePassXC +GenericName=Password Manager +Exec=keepassxc +TryExec=keepassxc +Icon=keepassxc +StartupWMClass=keepassxc +StartupNotify=true +Terminal=false +Type=Application +Version=1.0 +Categories=Utility;Security;Qt; +MimeType=application/x-keepass2; +X-GNOME-Autostart-enabled=true +X-GNOME-Autostart-Delay=2 +X-KDE-autostart-after=panel +X-LXQt-Need-Tray=true