diff options
author | mediocregopher <mediocregopher@gmail.com> | 2024-01-06 12:28:40 +0100 |
---|---|---|
committer | mediocregopher <mediocregopher@gmail.com> | 2024-01-06 12:28:40 +0100 |
commit | 035224eab61b80b5f6053ac7f72a3a6efa2aaa3b (patch) | |
tree | 6dbd7286cfa4a3c8769811d64924909de260fcbf /awesome/bin | |
parent | 654914d8ee0b7a3fec8169272675030b0bbdc00d (diff) |
Remove i3lock, I never use it anyway
Diffstat (limited to 'awesome/bin')
-rwxr-xr-x | awesome/bin/random_i3lock.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/awesome/bin/random_i3lock.sh b/awesome/bin/random_i3lock.sh deleted file mode 100755 index e5f4e16..0000000 --- a/awesome/bin/random_i3lock.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -R=`find "$1" | grep -P 'png$' | sort -R | head -n1` -exec i3lock -i $R -t |