fix unlock keyring script path
This commit is contained in:
parent
78f7148c13
commit
e7bb3620ad
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue