changeset 891:b7d5b0dee9d1

xautolock
author Jeff Hammel <k0scist@gmail.com>
date Tue, 01 Jun 2021 07:58:53 -0700
parents 6da7d26e257b
children 3387af3524dd
files bin/setup-X.sh
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/setup-X.sh	Sat Apr 24 14:59:42 2021 -0700
+++ b/bin/setup-X.sh	Tue Jun 01 07:58:53 2021 -0700
@@ -36,4 +36,9 @@
  else
    ssh-add # interactive terminal
  fi
-fi
\ No newline at end of file
+fi
+
+if type xautolock
+then
+    xautolock -time 5
+fi