-
Notifications
You must be signed in to change notification settings - Fork 2
/
.Xdefaults
140 lines (118 loc) · 3.7 KB
/
.Xdefaults
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
G! Xft settings --------------------------------
Xft.dpi: 166
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: full
Xft.hintstyle: hintslight
!-----------------------------------
!
! U R X V T - Settings
!
!-----------------------------------
URxvt*geometry: 100x35
URxvt*borderLess: false
URxvt*depth: 32
URxvt*perl-ext-common: default,matcher,clipboard,font-size
! URxvt*perl-ext-common: default,clipboard,tabbed,matcher
! URxvt.iconFile: ~/icons/Terminal.svg
URxvt.tabbed.tabbar-fg: 7
URxvt.tabbed.tabbar-bg: 0
URxvt.tabbed.tab-fg: 4
URxvt.tabbed.tab-bg: 0
URxvt*termName: rxvt-256color
URxvt.url-launcher: /usr/bin/xdg-open
! how many lines you want it to save per session
URxvt*saveLines:65535
! URxvt*troughColor:#000000
! with this set to true, when an app sends a bell to the terminal, awesome hilights the appropriate tag(s)
URxvt*urgentOnBell: true
URxvt*visualBell: true
! dont forget to change this to your favorite browser
#URxvt*urlLauncher: google-chrome
URxvt.keysym.Shift-Control-V: perl:clipboard:paste
URxvt.keysym.C-Up: perl:font-size:increase
URxvt.keysym.C-Down: perl:font-size:decrease
URxvt.keysym.C-S-Up: perl:font-size:incglobal
URxvt.keysym.C-S-Down: perl:font-size:decglobal
URxvt.keysym.C-equal: perl:font-size:reset
URxvt.keysym.C-slash: perl:font-size:show
URxvt.iso14755: False
!-----------------------------------
!
! U R X V T - Colors
!
!-----------------------------------
!-------------------------------------------------------------------------------
! Xft settings
!-------------------------------------------------------------------------------
!-------------------------------------------------------------------------------
! URxvt settings
! Colours lifted from Solarized (http://ethanschoonover.com/solarized)
! More info at:
! http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod
!-------------------------------------------------------------------------------
! URxvt.urgentOnBell: true
! URxvt.visualBell: true
URxvt.loginShell: true
URxvt.internalBorder: 3
URxvt.lineSpace: 0
! Fix font space
URxvt*letterSpace: -1
! Scrollbar
URxvt.scrollStyle: rxvt
URxvt.scrollBar: false
! Scroll
URxvt*scrollColor: #111111
! do not scroll with output
URxvt*scrollTtyOutput: false
! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
URxvt*scrollWithBuffer: true
! scroll back to the bottom on keypress
URxvt*scrollTtyKeypress: true
! Cursor
URxvt.cursorBlink: true
URxvt.cursorColor: #657b83
URxvt.cursorUnderline: false
! Pointer
URxvt.pointerBlank: true
! Fonts
! urxvt*font: xft:Source Code Pro for Powerline:pixelsize=15:antialias=true,xft:Inconsolata for Powerline:pixelsize=16, xft:PowerlineSymbols
URxvt*font: xft:DejaVu\ Sans\ Mono\ for\ Powerline:size=7:antialias=true:hinting=true,xft:Symbola:antialias=true:hinting=true,xft:FontAwesome:size=7,antialias=true,hinting=true
urxvt*background: rgba:0000/0000/0000/9999
urxvt*foreground: #7f8f9f
urxvt*foreground: #999389
urxvt*matcher.button: 1
urxvt*allow_bold: true
urxvt*allow_italic: true
urxvt*allow_italicBold: true
URxvt*fading: 0
URxvt*tintColor: #ffffff
URxvt*inheritPixmap: False
! color scheme
*background: #1e1e1e
*foreground: #aaaaaa
! Black + DarkGrey
*color0: #444444
*color8: #666666
! Red
*color1: #ff1155
*color9: #ff4488
! Green
*color2: #11ff55
*color10: #44ff88
! Yellow
*color3: #FFbb33
*color11: #FFdd66
! Blue
*color4: #1155ff
*color12: #4488ff
! Magenta
*color5: #ED53C9
*color13: #dd66ff
! Cyan
*color6: #00ffbb
*color14: #66ffdd
! LightGrey + White
*color7: #cccccc
*color15: #ffffff
!}}}