2011-12-09 16:01:23 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2017-03-08 06:37:05 +00:00
|
|
|
# i3lock -c fe0000 -d
|
|
|
|
|
2018-05-04 17:59:34 +00:00
|
|
|
i3lock -t -i ~/.background.png
|
|
|
|
|
|
|
|
exit 0
|
|
|
|
|
2013-10-26 21:28:38 +00:00
|
|
|
#~/b/i3lock/i3lock -t -i /home/users/nico/oeffentlich/bilder/linux-tux-bsd/think_linux_kachel.png
|
2017-03-08 06:37:05 +00:00
|
|
|
# sleep 2
|
2013-10-26 21:28:38 +00:00
|
|
|
# xset dpms force off
|
2017-03-08 06:37:05 +00:00
|
|
|
|
|
|
|
# i3lock -i ~/.background.png --dpms --nofork
|
|
|
|
|
|
|
|
# try to start - if it already runs it will just exit
|
2017-07-25 09:41:31 +00:00
|
|
|
if ! pgrep xscreensaver; then
|
|
|
|
xscreensaver -no-splash &
|
|
|
|
sleep 1
|
|
|
|
fi
|
2017-03-08 06:37:05 +00:00
|
|
|
|
|
|
|
xscreensaver-command -lock
|