Compare commits

..

No commits in common. "b302ee7f2fb493cac7ab1a360ef711c81105eb06" and "4f4b38d6b01fc23a5c43b9a8ec92e3f9402b57bf" have entirely different histories.

3 changed files with 69 additions and 31 deletions

26
home/dotfiles/Xdefaults Normal file
View File

@ -0,0 +1,26 @@
URxvt.saveLines: 1000
URxvt.scrollBar: false
URxvt.foreground: white
URxvt.background: black
URxvt.secondaryScroll: true
#URxvt.font: xft:Inconsolata:pixelsize=16:antialias=true
URxvt.font: xft:fantasquesansmono nerd font:size=12
URxvt.perl-ext-common: default,matcher,resize-font,tabbed
URxvt.urlLauncher: chromium
URxvt.matcher.button: 1
URxvt.tabbed.saveLines: 1000
URxvt.tabbed.scrollBar: false
URxvt.tabbed.tabbar-fg: 3
URxvt.tabbed.tabbar-bg: 0
URxvt.tabbed.tab-fg: 0
URxvt.tabbed.tab-bg: 1
URxvt.tabbed.secondaryScroll: true
#URxvt.tabbed.font: xft:Bitstream Vera Sans Mono:pixelsize=12
URxvt*inheritPixmap: true
URxvt*shading: 70
URxvt.resize-font.smaller: C-Down
URxvt.resize-font.bigger: C-Up

View File

@ -0,0 +1,3 @@
xterm*foreground: lightgrey
xterm*background: black

View File

@ -1,34 +1,43 @@
*background: black xterm*background: black
*foreground: lightgrey xterm*foreground: lightgrey
*selectToClipboard: true xterm*selectToClipboard: true
*locale: true xterm*locale: true
*metaSendsEscape: true xterm*metaSendsEscape: true
XTerm.vt100.faceName: fantasquesansmono nerd font:size=12
XTerm.vt100.font: 7x13
xterm*utf8: 1
*vt100.faceName: monospace:size=12 uxterm*background: black
*vt100.font: 7x13 uxterm*foreground: lightgrey
uxterm*selectToClipboard: true
uxterm*locale: true
uxterm*metaSendsEscape: true
UXTerm.vt100.faceName: fantasquesansmono nerd font:size=12
UXTerm.vt100.font: 7x13
*saveLines: 1000 URxvt.saveLines: 1000
*scrollBar: false URxvt.scrollBar: false
*secondaryScroll: true URxvt.foreground: white
*letterSpace: 0 URxvt.background: black
URxvt.secondaryScroll: true
urxvt*termName: rxvt-unicode URxvt.letterSpace: 0
*rxvt*font: xft:monospace:size=12 urxvt*termName: rxvt-unicode-256color
urxvt*font: xft:fantasquesansmono nerd font:regular:size=12, xft:PowerlineSymbols:regular:size=12
*rxvt.perl-ext-common: default,matcher,resize-font,tabbed urxvt*imFont: xft:fantasquesansmono nerd font:regular:size=12, xft:PowerlineSymbols:regular:size=12
*rxvt.matcher.button: 1 urxvt*boldFont: xft:fantasquesansmono nerd font:bold:size=12, xft:PowerlineSymbols:bold:size=12
urxvt*italicFont: xft:fantasquesansmono nerd font:italic:size=12, xft:PowerlineSymbols:italic:size=12
*tabbed.saveLines: 1000 urxvt*boldItalicFont: xft:fantasquesansmono nerd font:bold:italic:size=12, xft:PowerlineSymbols:bold:italic:size=12
*tabbed.scrollBar: false URxvt.perl-ext-common: default,matcher,resize-font,tabbed
*tabbed.tabbar-fg: 3 URxvt.matcher.button: 1
*tabbed.tabbar-bg: 0 URxvt.tabbed.saveLines: 1000
*tabbed.tab-fg: 0 URxvt.tabbed.scrollBar: false
*tabbed.tab-bg: 1 URxvt.tabbed.tabbar-fg: 3
*tabbed.secondaryScroll: true URxvt.tabbed.tabbar-bg: 0
URxvt.tabbed.tab-fg: 0
*inheritPixmap: true URxvt.tabbed.tab-bg: 1
*shading: 70 URxvt.tabbed.secondaryScroll: true
URxvt*inheritPixmap: true
*resize-font.smaller: C-Down URxvt*shading: 70
*resize-font.bigger: C-Up URxvt.resize-font.smaller: C-Down
URxvt.resize-font.bigger: C-Up