From 21a2829f2f3bfcc59cea92ea9a6dce0c06337879 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 22 Jan 2014 22:02:05 +0200 Subject: [PATCH] Xdefaults: disable tabs Horrible beeping --- Xdefaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xdefaults b/Xdefaults index 71343381..a4e5ba63 100644 --- a/Xdefaults +++ b/Xdefaults @@ -6,5 +6,5 @@ URxvt.scrollBar: false URxvt.perl-ext-common: default,matcher URxvt.url-launcher: /usr/bin/xdg-open URxvt.matcher.button: 1 -URxvt.perl-ext-common: ...,tabbed,... +!URxvt.perl-ext-common: ...,tabbed,... URxvt.urgentOnBell: True