summaryrefslogtreecommitdiffstats
path: root/screenrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-07-11 18:05:36 -0500
committerJesse Luehrs <doy@tozt.net>2009-07-11 18:05:36 -0500
commita429dadb35ed7d552f63ab044fe582dea1ea1f68 (patch)
treedf6670f6593335da84487f31457fcfee6a819f35 /screenrc
parentc0cac8166843b1ce3cce39db10992d08da9edf4b (diff)
downloadconf-a429dadb35ed7d552f63ab044fe582dea1ea1f68.tar.gz
conf-a429dadb35ed7d552f63ab044fe582dea1ea1f68.zip
turn vbell off in screen, otherwise urxvt won't see it
Diffstat (limited to 'screenrc')
-rw-r--r--screenrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/screenrc b/screenrc
index 2e28ab4..da92e64 100644
--- a/screenrc
+++ b/screenrc
@@ -5,6 +5,9 @@ nethack on
# bells in background windows make bells in the foreground window
bell_msg "^G"
+# i turn visual bell on in terminal settings, don't do it here
+vbell off
+
# avoid logging in a new user for every term (thanks toft)
deflogin off