From f98ec2017f68cbc0cb4982ac199bd172abda17cc Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 11 Jul 2012 23:46:23 +0200 Subject: [PATCH] xlock: fix call to xautolock to specify correctly notifier --- rc/xlock.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc/xlock.lua b/rc/xlock.lua index 40fe2cd..7359e4d 100644 --- a/rc/xlock.lua +++ b/rc/xlock.lua @@ -2,8 +2,8 @@ xrun("xautolock", "xautolock -notify 10 -notifier " .. - " 'notify-send Lock\ screen -i /usr/share/icons/gnome/32x32/actions/system-lock-screen.png -t 10000 " .. - " Lock\ screen\ will\ be\ started\ in\ 10\ seconds...' " .. + " 'notify-send Lock\\ screen -i /usr/share/icons/gnome/32x32/actions/system-lock-screen.png -t 10000 " .. + " Lock\\ screen\\ will\\ be\\ started\\ in\\ 10\\ seconds...' " .. " -time 3 -locker " .. " 'i3lock -n -i " .. awful.util.getdir("cache") .. "/current-wallpaper.png'")