From 80cc5b6757276ead41e10be1a2f881c56ebc52a8 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Fri, 12 Feb 2016 11:24:06 -0600 Subject: [PATCH] Now using i3lock for screen locker --- .xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xinitrc b/.xinitrc index 3a9c765..a9d9ba8 100644 --- a/.xinitrc +++ b/.xinitrc @@ -36,7 +36,7 @@ eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh) export SSH_AUTH_SOCK # Automatically lock after 30 minutes using slock -xautolock -time 30 -locker slock & +xautolock -time 30 -locker i3lock -b -d -c 000000 -e -f if [[ "$HOSTNAME" == "dtarch" ]]; then # Set VGA1 to be right of HDMI1