i3lock: How to enable auto-lock AFTER wake up from suspend? [SOLVED]
Hello i3-community,
trying i3 since several days: fantastic window manager!
Using i3 My config is complete so far related to lock-functions.
Autostart for i3lock is the following:
exec --no-startup-id xautolock -time 5 -locker i3lock &
Lock by pressing a key is the following:
bindsym $mod+Pause exec --no-startup-id i3lock -c 000000
Now I have two questions:
- How can I set the color of the autostart-locker to 000000 as well?
- After waking up from suspend the system is NOT locked. How can I set this up?
Using i3wm under debian wheezy (but installed via backports) in the following versions:
i3 version 4.8 (2014-06-15, branch "4.8")
i3lock version 2.4.1 (2012-06-02)
Thank you in advance! sj7