diff options
Diffstat (limited to '.local/bin/lock')
-rwxr-xr-x | .local/bin/lock | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.local/bin/lock b/.local/bin/lock deleted file mode 100755 index 7f2c145..0000000 --- a/.local/bin/lock +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -xset dpms 10 -xidlehook \ - --detect-sleep --not-when-audio --not-when-fullscreen \ - --timer 60 'systemctl suspend' '' & -slock -kill $! -xset -dpms |