From 41f96d40edeef6098a9dfc0577bf63f62b09cd0b Mon Sep 17 00:00:00 2001 From: dbroqua Date: Thu, 7 May 2020 14:33:44 +0200 Subject: [PATCH] Removed tabbed extension --- dotfiles/Xresources | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dotfiles/Xresources b/dotfiles/Xresources index 745789f..7b55185 100644 --- a/dotfiles/Xresources +++ b/dotfiles/Xresources @@ -81,7 +81,8 @@ URxvt.boldItalicFont: xft:DejaVu Sans Mono:italic:size=9 ! ------------------------------------------------------------------------------ ! perl extensions -URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,matcher,tabbed +!URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,matcher,tabbed +URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,matcher ! macros for clipboard and selection URxvt.copyCommand: xclip -i -selection clipboard @@ -96,10 +97,10 @@ URxvt.underlineURLs: true URxvt.urlButton: 1 ! Tab -URxvt.tabbed.tabbar-fg: 4 -URxvt.tabbed.tabbar-bg: 0 -URxvt.tabbed.tab-fg: 7 -URxvt.tabbed.tab-bg: 14 +!URxvt.tabbed.tabbar-fg: 4 +!URxvt.tabbed.tabbar-bg: 0 +!URxvt.tabbed.tab-fg: 7 +!URxvt.tabbed.tab-bg: 14 ! Auto click URxvt.url-launcher: /usr/bin/xdg-open