From d46ea2c967a451fb298850e103fbdb00eda51e7b Mon Sep 17 00:00:00 2001 From: jason Date: Wed, 20 Sep 2023 22:17:56 -0600 Subject: simplify lock script (disable fuzzy background) --- scripts/bin/lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/bin/lock b/scripts/bin/lock index f73b3de..863f878 100755 --- a/scripts/bin/lock +++ b/scripts/bin/lock @@ -1,11 +1,11 @@ #!/bin/sh -e # Take a screenshot -scrot -o /tmp/screen_locked.png +#scrot -o /tmp/screen_locked.png # Pixellate it 10x -mogrify -scale 10% -scale 1000% /tmp/screen_locked.png +#mogrify -scale 10% -scale 1000% /tmp/screen_locked.png # Lock screen displaying this image. -i3lock -i /tmp/screen_locked.png +i3lock# -i /tmp/screen_locked.png # Turn the screen off after a delay. sleep 60 # if i3lock is still running -- cgit v1.2.1