2022-05-27 21:07:07 +02:00
|
|
|
# xss-lock grabs a logind suspend inhibit lock and will use i3exit to lock the screen before suspend.
|
|
|
|
exec_always --no-startup-id xss-lock --transfer-sleep-lock -- i3exit lock
|
|
|
|
|
|
|
|
# lock screen after inactivity
|
2022-06-03 20:43:33 +02:00
|
|
|
exec --no-startup-id xautolock -time $lock_after_min -locker 'loginctl lock-session' -notify $lock_notify_sec -notifier 'notify-send --icon=gtk-info xautolock "The screen will lock soon"'
|
|
|
|
|
|
|
|
# Run i3hwlock
|
|
|
|
exec_always --no-startup-id pgrep i3hwlock || i3hwlock
|