diff options
author | aditya <bluenerd@protonmail.com> | 2023-06-07 11:45:11 +0530 |
---|---|---|
committer | aditya <bluenerd@protonmail.com> | 2023-06-07 11:45:11 +0530 |
commit | 7eae13b598bc797ca2ee90d459c5a28af018718a (patch) | |
tree | 842b0bfe5bddfab84e3360e3f285773500ad4025 | |
parent | 9f5b642cc498a14051c27c7c2c1ed724139070cf (diff) |
add autostart
-rw-r--r-- | autostart/ssh-add.desktop | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/autostart/ssh-add.desktop b/autostart/ssh-add.desktop new file mode 100644 index 0000000..4c51174 --- /dev/null +++ b/autostart/ssh-add.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Exec=zsh -extendedglob -c 'ssh-add -q ~/.ssh/ssh^*.pub < /dev/null' +Name=ssh-add +Type=Application +X-KDE-AutoStartScript=true |