mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 02:08:35 +02:00
xlock: fix call to xautolock to specify correctly notifier
This commit is contained in:
parent
9ffa896cee
commit
f98ec2017f
1 changed files with 2 additions and 2 deletions
|
@ -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'")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue