home_bin/.config/autostart-scripts/99-ssh-add.sh
Doncho Gunchev c001068b94 Added ~/.config/autostart-scripts/
Run ~/.config/autostart-scripts/run_all.sh to start them all.
2016-10-23 21:44:55 +03:00

5 lines
81 B
Bash
Executable file

#!/bin/bash
if [ "$DESKTOP_SESSION" == "lxqt" ]; then
/usr/bin/ssh-add &
fi