X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/92486cc6f5cc208d8cfffd9f37e4affcfa9610cf..fd2e16fc92dd7a33908ceff1e31f03e05a78fda9:/xprofile.d/10-screensaver.sh diff --git a/xprofile.d/10-screensaver.sh b/xprofile.d/10-screensaver.sh index 86dc212..3fcfa95 100755 --- a/xprofile.d/10-screensaver.sh +++ b/xprofile.d/10-screensaver.sh @@ -20,8 +20,8 @@ elif [[ $(hostname) == "skull-canyon" ]]; then xidlehook \ --socket=$XIDLEHOOK_SOCKET \ --not-when-fullscreen \ - --timer 300 'xset dpms force off' '' \ - --timer 300 'i3lock -c 000000' '' \ + --timer 300 'xset dpms force off' '' \ + --timer 300 'loginctl lock-session' '' \ & fi