1
The system beep, which I hear quite often while doing things at the (msysgit) bash command prompt in Windows, is set to a volume that is disproportionately louder than everything else coming out of my soundcard - which means that if I'm listening to other audio then the beep, when it happens, is painfully loud.
To be clear about exactly which sound I'm talking about, it's the simple clipped beep that you get if you hit Tab to autocomplete a filename at the command prompt and the file is not found. (Update: it seems this sound happens when SSH'd in to a remote server, but not when working locally).
Is there any way of globally setting its volume at all?
1for your reference, windows doesn't use bash. – Russell Uhl – 2015-09-09T19:02:18.580
It doesn't use bash by default, but it's perfectly possible - and not unusual, if you use Git - to use bash on Windows (via msys). That's what I'm doing. I specified bash because that noise doesn't seem to happen at the Windows
cmd
command prompt (and I don't use the Windows command prompt anyway). – Nick F – 2015-09-10T11:21:50.267