mirror of
https://github.com/10h30/endeavouros-i3wm-setup.git
synced 2026-07-11 18:55:54 +09:00
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:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
PICTURE=/tmp/i3lock.png
|
||||
SCREENSHOT="scrot $PICTURE"
|
||||
SCREENSHOT="scrot -z $PICTURE"
|
||||
|
||||
BLUR="5x4"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user