xlock: fix call to xautolock to specify correctly notifier

This commit is contained in:
Vincent Bernat 2012-07-11 23:46:23 +02:00
parent 9ffa896cee
commit f98ec2017f

View file

@ -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'")