Remove old script I used with LXQT, now handled by Fedora.

This commit is contained in:
Doncho N. Gunchev 2020-10-11 14:42:10 +03:00
parent a1b1f0a3df
commit 86b655eb13

View file

@ -1,5 +0,0 @@
#!/bin/bash
if [ "$DESKTOP_SESSION" == "lxqt" ]; then
/usr/bin/ssh-add &
fi