changeset 893:17316de10c6a

turn the screen black
author Jeff Hammel <k0scist@gmail.com>
date Wed, 02 Jun 2021 07:35:23 -0700
parents 3387af3524dd
children 47d50c70ec04
files bin/setup-X.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/setup-X.sh	Tue Jun 01 09:17:27 2021 -0700
+++ b/bin/setup-X.sh	Wed Jun 02 07:35:23 2021 -0700
@@ -40,5 +40,5 @@
 
 if type xautolock
 then
-    xautolock -time 5 -locker 'i3lock -n'
+    xautolock -time 5 -locker 'i3lock -n -c 000000'
 fi