From 99ccdb3a64f6e0a39e01b6a1c34be3483fb55388 Mon Sep 17 00:00:00 2001 From: Daveanand Mannie Date: Tue, 24 Mar 2026 04:29:04 -0400 Subject: [PATCH] [add] autostart file for gnome based linux desktop --- config_files/autostart/1password.desktop | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config_files/autostart/1password.desktop diff --git a/config_files/autostart/1password.desktop b/config_files/autostart/1password.desktop new file mode 100644 index 0000000..5825b25 --- /dev/null +++ b/config_files/autostart/1password.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Application +Name=1Password +Exec=/usr/bin/1password --silent +Hidden=false +NoDisplay=false +X-GNOME-Autostart-enabled=true