Notify for impending screen lock, inhibit by placing mouse in top-left

This commit is contained in:
Adam Goldsmith 2020-11-02 01:04:46 -05:00
parent 45d98e81d9
commit af2a62e27b
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ exec --no-startup-id mailnag
exec --no-startup-id touchegg 2>&1 > /dev/null
exec --no-startup-id numlockx on # enable numlock
exec --no-startup-id xset s off dpms 0 0 0 # disable auto screen blanking
exec --no-startup-id xautolock -time 5 -locker "$config_dir/lock.sh lock 5" -detectsleep
exec --no-startup-id xautolock -time 5 -locker "$config_dir/lock.sh lock 5" -detectsleep -corners -000 -notify 5 -notifier 'notify-send "Locking screen in 5 seconds" -i system-lock-screen -t 4500'
# firefox workspace bindings
for_window [class="(?i)Firefox" title="^\[work\] "] move container to workspace number 2