2011-12-09 16:01:23 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2017-03-08 06:37:05 +00:00
|
|
|
# i3lock -c fe0000 -d
|
|
|
|
|
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
|
|
|
|
xscreensaver &
|
|
|
|
|
|
|
|
xscreensaver-command -lock
|