mirror of
https://github.com/italicsjenga/dotfiles.git
synced 2024-11-24 01:51:32 +11:00
Fixed tabbed titlebar
This commit is contained in:
parent
e5d9a5a87a
commit
6fe437ed3b
|
@ -1,7 +1,7 @@
|
||||||
URxvt.tabbed.autohide: true
|
URxvt.tabbed.autohide: true
|
||||||
URxvt.keysym.Control-t: perl:tabbedex:new_tab
|
URxvt.keysym.Control-t: perl:tabbedex:new_tab
|
||||||
URxvt.keysym.Control-Tab: perl:tabbedex:next_tab
|
URxvt.keysym.Control-Tab: perl:tabbedex:next_tab
|
||||||
URxvt.keysym.Control-Shift-Tab: perl:tabbedex:prev_tab
|
URxvt.keysym.Control-Shift-Tab: perl:tabbedex:prev_tab
|
||||||
|
|
||||||
URxvt*scrollBar: false
|
URxvt*scrollBar: false
|
||||||
URxvt*transparent: false
|
URxvt*transparent: false
|
||||||
|
@ -10,7 +10,10 @@ URxvt*highlightTextColor: #383838
|
||||||
URxvt*font: xft:Inconsolata:size=10:antialias=true:hinting=true
|
URxvt*font: xft:Inconsolata:size=10:antialias=true:hinting=true
|
||||||
!URxvt*depth: 32
|
!URxvt*depth: 32
|
||||||
URxvt*letterSpace: -1
|
URxvt*letterSpace: -1
|
||||||
URxvt*perl-ext-common: tabbedex
|
URxvt*perl-ext-common: tabbedex
|
||||||
|
|
||||||
|
URxvt.tabbed.title: no
|
||||||
|
URxvt.tabbed.new-button:no
|
||||||
|
|
||||||
#define base00 #161b1d
|
#define base00 #161b1d
|
||||||
#define base01 #1f292e
|
#define base01 #1f292e
|
||||||
|
@ -29,6 +32,11 @@ URxvt*perl-ext-common: tabbedex
|
||||||
#define base0E #5d5db1
|
#define base0E #5d5db1
|
||||||
#define base0F #b72dd2
|
#define base0F #b72dd2
|
||||||
|
|
||||||
|
URxvt.tabbed.tabbar-fg: 19
|
||||||
|
URxvt.tabbed.tabbar-bg: 15
|
||||||
|
URxvt.tabbed.tab-fg: 19
|
||||||
|
URxvt.tabbed.tab-bg: 1
|
||||||
|
|
||||||
URxvt*.foreground: base02
|
URxvt*.foreground: base02
|
||||||
URxvt*.background: base07
|
URxvt*.background: base07
|
||||||
URxvt*.cursorColor: base02
|
URxvt*.cursorColor: base02
|
||||||
|
|
Loading…
Reference in a new issue