rc

Update letterspacing bug in terminal

Author
Maarten 'Vngngdn' Vangeneugden
Date
Oct. 15, 2017, 4:21 p.m.
Hash
80bd037efce6116e03b5d74bb78f50b9b913767c
Parent
14e2ec130ccc03aee0f3b4d90af6c2e890dbeb81
Modified file
.Xdefaults

.Xdefaults

1 addition and 1 deletion.

View changes Hide changes
1
1
! Copied from wiki.archlinux.org
2
2
! do not scroll with output
3
3
URxvt*scrollTtyOutput: false
4
4
! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
5
5
URxvt*scrollWithBuffer: true
6
6
! scroll back to the bottom on keypress
7
7
URxvt*scrollTtyKeypress: true
8
8
! Font
9
9
URxvt.font: xft:Hack:size=11
10
10
URxvt.foreground: #ffffff
11
11
URxvt.background: #000000
12
12
URxvt.letterSpace: -1
13
-
! Removes scrollbar:
+
13
! Removes scrollbar:
14
14
URxvt.scrollBar: false
15
15
! Makes it so that lines scrolled out of screen are stored in Urxvt's scrollback
16
16
! buffer
17
17
URxvt.secondaryScroll: true
18
18
! Makes the buffer big enough to be acceptable:
19
19
! TODO: Set saveLines to 0, and use Tmux for scrollback buffer (better for
20
20
! memory)
21
21
URxvt.saveLines: 8192
22
22
! Blinks the cursor
23
23
URxvt.cursorBlink: true
24
24
25
25
! Colors! YAY! The colors are based on the Material Design guideline colors in
26
26
! 0-7, with 8-15 being appropriate accent colors.
27
27
28
28
! Red 500 | A700
29
29
*color1: #F44336
30
30
*color9: #D50000
31
31
! Light Green 500 | A400
32
32
*color2: #8BC34A
33
33
*color10: #76FF03
34
34
! Orange 500 | A700
35
35
*color3: #FF9800
36
36
*color11: #FF6D00
37
37
! Indigo 500 | A700
38
38
*color4: #3F51B5
39
39
*color12: #304FFE
40
40
! Purple 500 | A400
41
41
*color5: #9C27B0
42
42
*color13: #D500F9
43
43
! Cyan 500 | A400
44
44
*color6: #00BCD4
45
45
*color14: #00E5FF
46
46
! Pink 500 | A400
47
47
*color7: #E91E63
48
48
*color15: #F50057