From 094e9521b9482c77e0a738c0c1add4b2e9ae8c3f Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Tue, 1 Mar 2016 10:16:32 +0100 Subject: [PATCH] use systemd to fireup xautolock --- xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xinitrc b/xinitrc index 38e3901..377bd88 100755 --- a/xinitrc +++ b/xinitrc @@ -30,7 +30,7 @@ case $1 in xbindkeys -n & urxvtd & udiskie --tray & - xautolock -time 10 -locker slock -corners -0+0 -cornerdelay 3 & + systemctl --user start xautolock exec herbstluftwm --locked ;; esac