config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

commit 985b1c270f541a01b9310211d90b71458517fda5
parent 27dc016b920eb85841d2247dd271d2db9265ab49
Author: Jacob R. Edwards <jacob@jacobedwards.org>
Date:   Sat, 14 Oct 2023 09:01:11 -0700

Change alarm sound

The goal was to make it less annoying.

Diffstat:
Mlocal/bin/bin/alarm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/local/bin/bin/alarm b/local/bin/bin/alarm @@ -34,6 +34,6 @@ then exit fi -sox -q -n -d synth 0.1 sin 880-860 delay 0.8 repeat - & +sox -q -n -d synth 0.15 sin 880-860 delay 0.15 repeat 1 delay 1.5 repeat - & trap "kill $!" 0 INT TERM notify -s "$@"