]>
git.rmz.io Git - dotfiles.git/blob - xinit/xprofile.d/10-screensaver.sh
1 alias xidlehook
-client='xidlehook-client --socket $XIDLEHOOK_SOCKET'
3 if [[ $(hostname) == "hactar" ]]; then
5 --socket=$XIDLEHOOK_SOCKET \
6 --not-when-fullscreen \
7 --timer 300 'xset dpms force off' '' \
8 --timer 300 'i3lock -c 000000' '' \
9 --timer 3600 'systemctl suspend' '' \
11 elif [[ $(hostname) == "chronos" ]]; then
13 --socket=$XIDLEHOOK_SOCKET \
14 --not-when-fullscreen \
15 --timer 300 'xset dpms force off' '' \
16 --timer 300 'i3lock -c 000000' '' \
17 --timer 1800 'systemctl suspend' '' \
19 elif [[ $(hostname) == "skull-canyon" ]]; then
21 --socket=$XIDLEHOOK_SOCKET \
22 --not-when-fullscreen \
23 --timer 300 'xset dpms force off' '' \
24 --timer 300 'i3lock -c 000000' '' \