diff options
author | June McEnroe <june@causal.agency> | 2018-08-16 14:10:59 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-08-16 14:10:59 -0400 |
commit | 17e7cc1faafabe3b20fccbf377bc1f3bc2d26d3d (patch) | |
tree | 030da5a77f1ce1bb3d0c06c1f6aa4ff90eaa33c8 /etc/Light.terminal | |
parent | Rearrange kshrc, fix right prompt (diff) | |
download | src-17e7cc1faafabe3b20fccbf377bc1f3bc2d26d3d.tar.gz src-17e7cc1faafabe3b20fccbf377bc1f3bc2d26d3d.zip |
Disable visual bell entirely in Terminal
You can't turn off bell in ksh.
Diffstat (limited to '')
-rw-r--r-- | etc/Light.terminal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Light.terminal b/etc/Light.terminal index 1bfcb6f8..cc12b1ea 100644 --- a/etc/Light.terminal +++ b/etc/Light.terminal @@ -227,7 +227,7 @@ <key>UseBrightBold</key> <true/> <key>VisualBell</key> - <true/> + <false/> <key>VisualBellOnlyWhenMuted</key> <false/> <key>name</key> |