diff options
author | Adam Stück <adam@adast.xyz> | 2023-05-04 15:52:13 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-05-04 15:52:13 +0200 |
commit | ac0422a9eb7ca9faae96566ca92a7e579d9a6437 (patch) | |
tree | 455ffac76f3cfdde083473b4ff60f334a16e8b04 /.local/bin/lock | |
parent | aa3f5d6aabf002582bf77652aa0b5177a18a3bec (diff) |
Drop unused scripts
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 |