diff options
author | Adam Stück <adam@adast.xyz> | 2023-02-22 18:30:20 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-02-22 18:30:20 +0100 |
commit | 7464e8fc26a762b213348ad1b050e21fa2be64ce (patch) | |
tree | f0ffb7c8d1b3f2579502491c457ea81a37ebc24f /.local/bin/idle | |
parent | f5a8605de8b202ad656caee6ba072a98b5c53953 (diff) |
replace betterlockscreen -> slock
Diffstat (limited to '.local/bin/idle')
-rwxr-xr-x | .local/bin/idle | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.local/bin/idle b/.local/bin/idle deleted file mode 100755 index ae40ff3..0000000 --- a/.local/bin/idle +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -xidlehook \ - --detect-sleep --not-when-audio --not-when-fullscreen \ - --timer 300 'betterlockscreen -l' '' \ - --timer 60 'systemctl suspend' '' & |