commit b59f3c38afca0a822dfdbf6f1ebbdbf614013ab2
parent 3e140f543738a3dd4bcd5c57571c31cc99244ab2
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 4 Oct 2019 17:19:37 +0200
Use slock instead of xlock
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.xsession b/.xsession
@@ -2,7 +2,7 @@
[ -f ~/.config/sh/profile ] && . ~/.config/sh/profile
[ -f ~/.config/sh/commands ] && . ~/.config/sh/commands
[ -f ~/.xprofile ] && . ~/.xprofile
-xidle -delay 5 -sw -program "/usr/X11R6/bin/xlock" -timeout 300 &
+xidle -program "/usr/local/bin/slock" -timeout 300 &
# enable trackpoint scrolling
xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation" 1