forked from gregdan3/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
58 lines (53 loc) · 1.94 KB
/
.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Xft.dpi: 96
Xft.antialias: true
Xft.hinting: true
Xft.autohint: true
Xft.rgba: rgba
Xft.hintstyle: hintfull
Xft.lcdfilter: lcddefault
*highlightTextColor: #000000
*highlightColor: #c1ddff
! Font config
# define mainfont Terminus (TTF)
# define backfont FontAwesome
URxvt*font: xft:mainfont:size=12:style=Medium, \
xft:backfont:size=12
URxvt*boldFont: xft:mainfont:size=12:style=Bold, \
xft:backfont:size=12
URxvt*italicFont: xft:mainfont:size=12:style=Italic, \
xft:backfont:size=12
URxvt*boldItalicFont: xft:mainfont:size=12:style=Bold Italic, \
xft:backfont:size=12
URxvt*letterSpace: -1
URxvt*lineSpace: 0
XTerm*font: xft:mainfont:size=12:style=Medium
XTerm*boldFont: xft:mainfont:size=12:style=Bold
XTerm*italicFont: xft:mainfont:size=12:style=Italic
XTerm*boldItalicFont: xft:mainfont:size=12:style=Bold Italic
XTerm*letterSpace: -1
XTerm*lineSpace: 0
! visual URxvt settings
URxvt.depth: 32
URxvt*cursorBlink: true
! fade out terminals that do not have focus
*fading: 25
*fadeColor: #000000
! functional URxvt settings
URxvt*scrollBar: false
URxvt*mouseWheelScrollPage: false
URxvt*saveLines: 12000
URxvt*visualBell: false
URxvt*urgentOnBell: false
! Normal copy-paste keybindings without perls
URxvt.iso14755: false
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
!Xterm escape codes, word by word movement
URxvt.keysym.Control-Left: \033[1;5D
URxvt.keysym.Shift-Control-Left: \033[1;6D
URxvt.keysym.Control-Right: \033[1;5C
URxvt.keysym.Shift-Control-Right: \033[1;6C
URxvt.keysym.Control-Up: \033[1;5A
URxvt.keysym.Shift-Control-Up: \033[1;6A
URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Shift-Control-Down: \033[1;6B