Removed tabbed extension
This commit is contained in:
parent
4784bf7006
commit
41f96d40ed
1 changed files with 6 additions and 5 deletions
|
@ -81,7 +81,8 @@ URxvt.boldItalicFont: xft:DejaVu Sans Mono:italic:size=9
|
||||||
! ------------------------------------------------------------------------------
|
! ------------------------------------------------------------------------------
|
||||||
|
|
||||||
! perl extensions
|
! 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
|
! macros for clipboard and selection
|
||||||
URxvt.copyCommand: xclip -i -selection clipboard
|
URxvt.copyCommand: xclip -i -selection clipboard
|
||||||
|
@ -96,10 +97,10 @@ URxvt.underlineURLs: true
|
||||||
URxvt.urlButton: 1
|
URxvt.urlButton: 1
|
||||||
|
|
||||||
! Tab
|
! Tab
|
||||||
URxvt.tabbed.tabbar-fg: 4
|
!URxvt.tabbed.tabbar-fg: 4
|
||||||
URxvt.tabbed.tabbar-bg: 0
|
!URxvt.tabbed.tabbar-bg: 0
|
||||||
URxvt.tabbed.tab-fg: 7
|
!URxvt.tabbed.tab-fg: 7
|
||||||
URxvt.tabbed.tab-bg: 14
|
!URxvt.tabbed.tab-bg: 14
|
||||||
|
|
||||||
! Auto click
|
! Auto click
|
||||||
URxvt.url-launcher: /usr/bin/xdg-open
|
URxvt.url-launcher: /usr/bin/xdg-open
|
||||||
|
|
Loading…
Reference in a new issue