X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/f65351a4282b68f599c318a86bb51952a31f17ce..367a240534f2e939fbb15baed6a34736b7360637:/xinit/xprofile.d/10-screensaver.sh diff --git a/xinit/xprofile.d/10-screensaver.sh b/xinit/xprofile.d/10-screensaver.sh deleted file mode 100755 index 8a2368d..0000000 --- a/xinit/xprofile.d/10-screensaver.sh +++ /dev/null @@ -1,26 +0,0 @@ -alias xidlehook-client='xidlehook-client --socket $XIDLEHOOK_SOCKET' - -if [[ $(hostname) == "hactar" ]]; then - xidlehook \ - --socket=$XIDLEHOOK_SOCKET \ - --not-when-fullscreen \ - --timer 300 'xset dpms force off' '' \ - --timer 300 'i3lock -c 000000' '' \ - --timer 3600 'systemctl suspend' '' \ - & -elif [[ $(hostname) == "chronos" ]]; then - xidlehook \ - --socket=$XIDLEHOOK_SOCKET \ - --not-when-fullscreen \ - --timer 300 'xset dpms force off' '' \ - --timer 300 'i3lock -c 000000' '' \ - --timer 1800 'systemctl suspend' '' \ - & -elif [[ $(hostname) == "skull-canyon" ]]; then - xidlehook \ - --socket=$XIDLEHOOK_SOCKET \ - --not-when-fullscreen \ - --timer 300 'xset dpms force off' '' \ - --timer 300 'i3lock -c 000000' '' \ - & -fi