-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathXresources
95 lines (91 loc) · 2.47 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
! ~/.Xresources
!
! This is a comment
!
! And this is how options may be set
! <WM_CLASS>.<optionname>: <value>
! Usually urxvt have ‘urxvt’ and ‘URxvt’ as its WM classes.
!thicknesl: 10
! WM_CLASS in the example above may be:
! - ‘rxvt’, then same options derived from rxvt will work for urxvt;
! - ‘URxvt’, these options will not work for rxvt.
! <optionname>: <value>
! WM_CLASS will be assumed to terminal.
! [WM_CLASS]*<optionname>: <value>
! Options that have WM_CLASS matching the first WM_CLASS of the window
! (which may be set with -name option for urxvt) will take priority.
! If no WM_CLASS specfied, then option will match against any WM_CLASS,
! i.e. any window.
! See output of xprop for window class information.
!--- Xft settings
!
Xft.antialias: 1
Xft.dpi: 92
Xft.hinting: 1
Xft.hintstyle: hintfull
Xft.rgba: rgb
Xft.lcdfilter: lcddefault
!--- Terminal settings
!
!termName rxvt-unicode
!modifier: alt, meta, hyper, super, mod1, mod2, mod3, mod4, mod5;
URxvt.scrollTtyOutput: false
URxvt.scrollTtyKeypress: true
URxvt.scrollWithBuffer: true
URxvt.loginShell: false
URxvt.saveLines: 8192
!
!-- Look and feel
!
!! Scroll inside of subscreen, less etc.
URxvt.secondaryWheel: true
URxvt.cursorUnderline: false
URxvt*font: xft:TerminessTTF Nerd Font:medium:size=11:antialias=true
URxvt.transparent: false
URxvt.borderless: true
URxvt.shading: 35
URxvt.urgentOnBell: true
!! scrollbar related stuff ↓
URxvt.scrollBar: false
!
!-- Perl stuff: URL matching etc.
!
!! These characters are used as delimiters for double-click word selection
!! by default, but may be overriden
URxvt.perl-ext-common:default,matcher,font-size
URxvt.urlLauncher: google-chrome
URxvt.underlineURLs: true
URxvt.matcher.button: 1
!
!-- Colors
!
! Molokai theme
! See: https://gist.github.com/vreon/845878
URxvt.background: #000000
URxvt.foreground: #d0d0d0
URxvt.cursorColor: #d0d0d0
URxvt.color0: #101010
URxvt.color1: #960050
URxvt.color2: #66aa11
URxvt.color3: #c47f2c
URxvt.color4: #30309b
URxvt.color5: #7e40a5
URxvt.color6: #3579a8
URxvt.color7: #9999aa
URxvt.color8: #303030
URxvt.color9: #ff0090
URxvt.color10: #80ff00
URxvt.color11: #ffba68
URxvt.color12: #5f5fee
URxvt.color13: #bb88dd
URxvt.color14: #4eb4fa
URxvt.color15: #d0d0d0
!
!-- Key Bindings
!
URxvt.keysym.C-Up: font-size:increase
URxvt.keysym.C-Down: font-size:decrease
URxvt.keysym.C-S-Up: font-size:incglobal
URxvt.keysym.C-S-Down: font-size:decglobal
URxvt.keysym.C-equal: font-size:reset
URxvt.keysym.C-slash: font-size:show