blob: 7d82d2ad41522a65e9c2c62b0a55a648a93aeb8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
#include "/home/matias/.config/termcolors/google"
!xterm*faceName: Envy Code R:size=9:antialias=false
*faceName: Fira Mono Medium:size=8:antialias=true
xterm*faceName: Fira Mono Medium:size=9:antialias=true
!xterm*faceName: xft:Termsynu:size=12
!xterm*boldFont: xft:Termsynu:bold:size=9
xterm*linespace: 0
xterm*VT100*underLine: on
xterm*termName: xterm-256color
*scrollBar: false
xterm*metaSendsEscape: true
xterm*boldMode: false
xterm*selectToClipboard: true
xterm.savelines: 500
xterm*scrollBar: false
! do not scroll with output
xterm*scrollTtyOutput: false
! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
xterm*scrollWithBuffer: true
! scroll back to the bottom on keypress
xterm*scrollTtyKeypress: true
! scroll a single line
xterm.keysym.Shift-Up: command:\033]720;1\007
xterm.keysym.Shift-Down: command:\033]721;1\007
! clipboard management
xterm.perl-ext-common: default,clipboard
xterm.keysym.M-c: perl:clipboard:copy
xterm.keysym.M-v: perl:clipboard:paste
dzen2*font: Envy Code R:size=9:antialias=false
*colorIT: #E3AB8D
*VT100.colorBDMode: true
*VT100.colorBD: red
*VT100.colorULMode: true
*VT100.colorUL: magenta
*VT100.veryBoldColors: 6
!---------------------------------------------------
! Font Rendering
!---------------------------------------------------
Xft.dpi: 96
Xft.antialias: 1
Xft.rgba: rgb
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hinting: 1
Xft.hintstyle: hintfull
|