From 7b134476fbfefc2b76e1454c2bf1cf8a0054f6f7 Mon Sep 17 00:00:00 2001 From: Bauke Date: Thu, 16 Feb 2023 10:33:26 +0100 Subject: [PATCH] Add autostart files. --- .config/autostart/KeePassXC.desktop | 13 +++++++++++++ .config/autostart/Transmission.desktop | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 .config/autostart/KeePassXC.desktop create mode 100644 .config/autostart/Transmission.desktop diff --git a/.config/autostart/KeePassXC.desktop b/.config/autostart/KeePassXC.desktop new file mode 100644 index 0000000..4657468 --- /dev/null +++ b/.config/autostart/KeePassXC.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Encoding=UTF-8 +Version=0.9.4 +Type=Application +Name=KeePassXC +Comment= +Exec=keepassxc +OnlyShowIn=XFCE; +RunHook=0 +StartupNotify=false +Terminal=false +Hidden=false + diff --git a/.config/autostart/Transmission.desktop b/.config/autostart/Transmission.desktop new file mode 100644 index 0000000..41f320d --- /dev/null +++ b/.config/autostart/Transmission.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Encoding=UTF-8 +Version=0.9.4 +Type=Application +Name=Transmission +Comment= +Exec=transmission-gtk +OnlyShowIn=XFCE; +RunHook=0 +StartupNotify=false +Terminal=false +Hidden=false +