From a8e2190128f3dbba24792c01db6a88262c251e38 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Fri, 14 Apr 2023 12:14:47 -0400 Subject: [PATCH] add 1password to startups --- autostart.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/autostart.conf b/autostart.conf index 79d06d1..75e5f27 100644 --- a/autostart.conf +++ b/autostart.conf @@ -42,7 +42,7 @@ exec --no-startup-id firefox # start the auto run .desktop files exec --no-startup-id dex-autostart --autostart --environment i3 -# Start redshift, becuase I like not being blinded at night +# Start redshift, because I like not being blinded at night exec --no-startup-id redshift # Start thunderbird, because I guess I'm doing that again @@ -53,3 +53,6 @@ exec --no-startup-id "i3-msg workspace $ws3" # Start spotify from the stupid flatpak exec --no-startup-id "/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=spotify --file-forwarding com.spotify.Client" + +# Start 1password +exec --no-startup-id "/usr/bin/1password"