diff options
author | Julian T <julian@jtle.dk> | 2022-02-10 22:30:16 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2022-02-10 22:30:16 +0100 |
commit | ae5cc1d7c86cec366d87a9b6e76de10f8edc7499 (patch) | |
tree | 3dd8fc19f55d046f10539045b2940261c80e95c8 /xinit | |
parent | 6c3996ca2d5644cabc44b6ae14605896ccc9916d (diff) |
Change some scripts
Diffstat (limited to 'xinit')
-rwxr-xr-x | xinit/Scripts/lock.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xinit/Scripts/lock.sh b/xinit/Scripts/lock.sh index 1e4efed..49cc197 100755 --- a/xinit/Scripts/lock.sh +++ b/xinit/Scripts/lock.sh @@ -7,5 +7,5 @@ size=$(identify -format "%[fx:w]x%[fx:h]" "$LOCKFILE") convert $LOCKFILE -scale 70 -sample $size\! -quality 11 $LOCKFILE -i3lock -i $LOCKFILE +# i3lock -i $LOCKFILE |