From e7bb3620ad448b72ca41f75c87d872a7e57dddce Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Tue, 28 Jun 2022 12:20:17 -0400 Subject: [PATCH] fix unlock keyring script path --- autostart.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autostart.conf b/autostart.conf index 3966f8b..b651531 100644 --- a/autostart.conf +++ b/autostart.conf @@ -6,7 +6,7 @@ exec --no-startup-id greenclip daemon exec_always --no-startup-id picom --backend glx --vsync #password keyring unlock -exec --no-startup-id /home/kellya/projects/public/gnome-keyring-yubikey-unlock /home/kellya/gnome-secret +exec --no-startup-id /home/kellya/projects/public/gnome-keyring-yubikey-unlock/unlock_keyrings.sh /home/kellya/gnome-secret # start nm-applet for network tray icon exec --no-startup-id nm-applet