From ecde934d1d43a15ff86f0d00e0eb68b9c993ec06 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Mon, 25 Feb 2019 10:32:20 +0100 Subject: [PATCH] Disable urxvt tabbing, to replace with tmux --- .config/Xresources/urxvt.Xresources | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/Xresources/urxvt.Xresources b/.config/Xresources/urxvt.Xresources index 01fc390..5ff2d59 100644 --- a/.config/Xresources/urxvt.Xresources +++ b/.config/Xresources/urxvt.Xresources @@ -20,7 +20,10 @@ URxvt.scrollWithBuffer: false URxvt.skipScroll: true !Extensions -URxvt.perl-ext-common: default,matcher,tabbed +!Tabbing disabled by default (TMUX used for tabbed terminals) +!to enable tabbing comment the bottom line and uncomment the one above. +!URxvt.perl-ext-common: default,matcher,tabbed +URxvt.perl-ext-common: default,matcher ! Link Clicking URxvt.url-launcher: /usr/bin/xdg-open