Add ssh-load to autostart
This commit is contained in:
parent
65cdc45b11
commit
0b47e1cde4
2 changed files with 10 additions and 0 deletions
6
.config/autostart/ssh-load.desktop
Normal file
6
.config/autostart/ssh-load.desktop
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Exec=/home/psi-jack/.config/old-autostart-scripts/ssh-load
|
||||||
|
Icon=application-x-executable-script
|
||||||
|
Name=ssh-load
|
||||||
|
Type=Application
|
||||||
|
X-KDE-AutostartScript=true
|
4
.config/old-autostart-scripts/ssh-load
Executable file
4
.config/old-autostart-scripts/ssh-load
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
SSH_ASKPASS=/usr/bin/ksshaskpass ssh-add </dev/null
|
||||||
|
|
Loading…
Reference in a new issue