Mercurial > hg > config
comparison bin/setup-X.sh @ 891:b7d5b0dee9d1
xautolock
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 01 Jun 2021 07:58:53 -0700 |
parents | 637c9fac3f8d |
children | 3387af3524dd |
comparison
equal
deleted
inserted
replaced
890:6da7d26e257b | 891:b7d5b0dee9d1 |
---|---|
35 echo "not running ssh-add: PS1 not found" | 35 echo "not running ssh-add: PS1 not found" |
36 else | 36 else |
37 ssh-add # interactive terminal | 37 ssh-add # interactive terminal |
38 fi | 38 fi |
39 fi | 39 fi |
40 | |
41 if type xautolock | |
42 then | |
43 xautolock -time 5 | |
44 fi |