-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathXresources
More file actions
executable file
·57 lines (46 loc) · 1.57 KB
/
Xresources
File metadata and controls
executable file
·57 lines (46 loc) · 1.57 KB
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
! Misc settings
URxvt*termName : rxvt-256color
URxvt*saveLines : 4096
URxvt*scrollBar : false
URxvt.urgentOnBell : false
URxvt*visualBell : false
URxvt*cursorBlink : false
URxvt*internalBorder : 5
URxvt*loginShell : true
!-- Xft settings -- !
Xft.dpi: 96:unscaled
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintmedium
Xft.lcdfilter: lcddefault
! Extensions
URxvt.perl-ext-common : default,clipboard,resize-font
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt.clipboard.copycmd: xclip -i -selection clipboard
URxvt.clipboard.pastecmd: xclip -o -selection clipboard
URxvt.url-launcher : firefox
URxvt.resize-font.smaller: M-Down
URxvt.resize-font.bigger: M-Up
!Fonts
! Tewi
!URxvt*font: -lucy-tewi-medium-r-normal--11-90-75-75-p-58-iso10646-1,-*-stlarch-medium-r-*--10-*-*-*-*-*
!URxvt*boldFont: -lucy-tewi-medium-r-normal--11-90-75-75-p-58-iso10646-1,-*-stlarch-medium-r-*--10-*-*-*-*-*
! Tamsyn
!URxvt*font: -*-tamsyn-medium-*-*--13-*-*-*-*-*-1
!URxvt*boldFont: -*-tamsyn-medium-*-*--13-*-*-*-*-*-1
! Iosevka
URxvt*letterSpace: -1
URxvt*font: xft:Iosevka:size=10
URxvt*boldFont: xft:Iosevka:size=10
! Mn+
/* URxvt*letterSpace: -1 */
/* URxvt.font: xft:M+ 1mn:style=medium:size=10 */
/* URxvt.boldFont: xft:M+ 1mn:style=bold:size=10 */
/* URxvt.italicFont: xft:M+ 1mn:style=light:size=10 */
! Hack
/* URxvt*letterSpace: -2 */
/* URxvt*font: xft:Hack:size=12 */
/* URxvt*boldFont: xft:Hack:size=12 */
#include "/home/max/.terminalcolors/challenger-deep.xdefaults"