summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-07-11 17:41:25 -0500
committerJesse Luehrs <doy@tozt.net>2009-07-11 17:41:25 -0500
commitbc03af382d27ea8fe48e401e34f061e0d4692ad1 (patch)
treefb7a5155fb5c898e31c6dc191f2fa22905c6b68f
parente0e3b6124d9083fa6a2e32bfe648090d393c01c7 (diff)
downloadconf-bc03af382d27ea8fe48e401e34f061e0d4692ad1.tar.gz
conf-bc03af382d27ea8fe48e401e34f061e0d4692ad1.zip
make bells in the terminal (and in screen) set WM_URGENT
-rw-r--r--Xdefaults1
-rw-r--r--screenrc4
2 files changed, 3 insertions, 2 deletions
diff --git a/Xdefaults b/Xdefaults
index b1e88b2..b73ef33 100644
--- a/Xdefaults
+++ b/Xdefaults
@@ -20,6 +20,7 @@ URxvt*matcher.button:3
URxvt*keysym.C-Return: perl:matcher
URxvt.urlLauncher:firefox
URxvt*14755_52:false
+URxvt.urgentOnBell: true
! }}}
! rxvt {{{
Rxvt*visualBell:true
diff --git a/screenrc b/screenrc
index 3064548..2e28ab4 100644
--- a/screenrc
+++ b/screenrc
@@ -2,8 +2,8 @@
startup_message off
nethack on
-# no more "bell in window 1", Crassworm!!
-bell_msg ""
+# bells in background windows make bells in the foreground window
+bell_msg "^G"
# avoid logging in a new user for every term (thanks toft)
deflogin off