Update blur-lock

Adding the `-z` option before scrots prevents the beep sound after executing the script on locking the system with <kbd>Mod+L</kbd>.

Fixes:
*https://github.com/endeavouros-team/endeavouros-i3wm-setup/issues/42
*https://forum.endeavouros.com/t/removing-i3-lock-sound/26226.
This commit is contained in:
Ishaan Bhimwal
2022-04-20 00:55:23 +05:30
committed by GitHub
parent ea972381a2
commit a1a894d697
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
PICTURE=/tmp/i3lock.png
SCREENSHOT="scrot $PICTURE"
SCREENSHOT="scrot -z $PICTURE"
BLUR="5x4"