This repository has been archived by the owner on Mar 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Xresources
71 lines (60 loc) · 1.89 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
59
60
61
62
63
64
65
66
67
68
69
70
! Urxvt !
URxvt*termName: screen-256color
URxvt*geometry: 104x34
URxvt*background: #000C1A
URxvt*foreground: #8A9199
URxvt*cursorColor: #335A80
URxvt*urgentOnBell: true
URxvt*letterSpace: -0.5
!URxvt*renderFont: true
! borderless and no scrollbar !
URxvt*scrollBar_right: false
URxvt*scrollBar: false
URxvt*borderLess: false
URxvt*internalBorder: 3
! xft settings !
Xft.dpi: 96
Xft.antialias: 1
Xft.rgba: rgb
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hinting: 1
Xft.hintstyle: hintfull
! clickable links, etc. !
URxvt.perl-ext-common: default,url-select,matcher
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.urlLauncher: firefox
URxvt.underlineURLs: false
URxvt.matcher.button: 1
URxvt.matcher.rend.0: fg33 bg1
! font & colour !
#include "/home/bohoomil/.config/term-fonts/menlo"
#include "/home/bohoomil/.config/colours/dc3"
! -- Xterm settings -- !
XTerm*termName: xterm-256color
XTterm*utf8: 2
XTerm*toolBar: false
XTerm*scrollBar: false
XTerm*rightScrollBar: false
XTerm*dynamicColors: true
XTerm*background: #000C1A
XTerm*foreground: #8A9299
XTerm*faceName: Envy Code R:Medium:pixelsize=13
XTerm*allowBoldFonts: false
XTerm*boldMode: true
XTerm*geometry: 102x33
xterm*VT100.translations: #override \
<Key>Home: string("\033[1~") \n\
<Key>End: string("\033[4~") \n\
Xcursor.theme: Neutral++
Xcursor.size: 22
! default fonts for xorg apps !
*font: -*-fixed-medium-r-normal-*-*-130-*-*-*-*-iso10646-1
*boldFont: -*-fixed-medium-r-normal-*-*-130-*-*-*-*-iso10646-1
! xdvi !
xdvi.shrinkFactor: 7
xdvi.keepPosition: True
xdvi.gsAlpha: True
xdvi.gamma: 1.200000
xdvi.geometry: 802x991
#include "/home/bohoomil/.config/xorg-defaults/XCalc-col3"