dotfiles/.config/service/xidlehook/run

14 lines
241 B
Plaintext
Raw Normal View History

2024-07-29 04:24:14 -04:00
#!/bin/sh
# shellcheck disable=SC2016
exec xidlehook \
--not-when-fullscreen \
--socket "$XIDLEHOOK_SOCK" \
--timer 600 \
2024-08-25 01:54:31 -04:00
'i3lock -i "$XDG_CACHE_HOME/lock.png"' \
2024-07-29 04:24:14 -04:00
'' \
--timer 3600 \
'loginctl suspend' \
''