config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

commit d1a8e71c2d8f1dfae623148845b4157161822593
parent 5b18cc7ea544ee2b728b2904fdd383e9a6018062
Author: Jacob R. Edwards <n/a>
Date:   Thu,  1 Dec 2022 20:59:48 -0600

Use new lock script in xautolock

The issue with using 'away' was that it paused music, and sometimes
when X is idle it's simply because I'm only using the computer to
listen to music.

Diffstat:
Mlocal/xenodm/config/xsession | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/local/xenodm/config/xsession b/local/xenodm/config/xsession @@ -17,7 +17,8 @@ xmodmap "$XDG_CONFIG_HOME"/xmodmap & xrdb -load "$XDG_CONFIG_HOME"/xresources & slstatus & xset dpms 0 480 0 r rate 250 30 s 0 b 0 0 0 m 3 1 & -xautolock -time 10 -locker away -notify 10 -notifier "herbe 'System Lock Imminent'" & +xautolock -time 15 -locker lock -notify 15 \ + -notifier 'herbe "Idle lockdown in 15 seconds"' & { while dwm > /tmp/dwm.log 2>&1 &&