-
Notifications
You must be signed in to change notification settings - Fork 0
/
utils.Xresources
43 lines (40 loc) · 1.18 KB
/
utils.Xresources
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
// use tmux to manage history
URxvt*saveLine: 0
URxvt*scrollBar: false
URxvt*matcher.button: 1
URxvt.transparent: false
URxvt*allow_bold: true
URxvt.modifier: alt
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.perl-ext-common: default,matcher
URxvt.url-launcher: /usr/bin/google-chrome
URxvt.matcher.button: 1
URxvt.colorUL: base09
// Use 16-color version since we are configuring correct solarized colors
URxvt.termName: rxvt-16color
// Don't send c-h for c-backspace
URxvt.keysym.C-BackSpace: \033[33~
URxvt.font: xft:Fira Code Retina:size=9
*.cutchars: "\"()*,<>[]{}|\'│:"
// xterm Settings
// Use 16-color version since we are configuring correct colors
XTerm*termName: xterm-16color
XTerm*utf8: 2
XTerm*saveLines: 0
XTerm*scrollKey: false
XTerm*scrollTtyOutput: false
XTerm*scrollBar: false
XTerm*borderWidth: 0
XTerm*renderFont: true
XTerm*faceName: xft:Fira Code Retina:size=9
XTerm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48
XTerm*eightBitInput: false
// XFT Settings
Xft.autohint: 0
Xft.antialias: 1
Xft.hinting: true
Xft.hintstyle: hintfull
Xft.dpi: 96
Xft.rgba: none
Xft.lcdfilter: lcddefault