From a1a894d6977215a6b767c0fdb2990eb38e7b85b0 Mon Sep 17 00:00:00 2001 From: Ishaan Bhimwal Date: Wed, 20 Apr 2022 00:55:23 +0530 Subject: [PATCH] Update blur-lock Adding the `-z` option before scrots prevents the beep sound after executing the script on locking the system with Mod+L. Fixes: *https://github.com/endeavouros-team/endeavouros-i3wm-setup/issues/42 *https://forum.endeavouros.com/t/removing-i3-lock-sound/26226. --- .config/i3/scripts/blur-lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/scripts/blur-lock b/.config/i3/scripts/blur-lock index 08e6bf3..4ff7ed6 100644 --- a/.config/i3/scripts/blur-lock +++ b/.config/i3/scripts/blur-lock @@ -1,7 +1,7 @@ #!/usr/bin/env bash PICTURE=/tmp/i3lock.png -SCREENSHOT="scrot $PICTURE" +SCREENSHOT="scrot -z $PICTURE" BLUR="5x4"