-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.Xresources
72 lines (66 loc) · 1.84 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
! Font rendering settings.
! Should match .config/fontconfig/fonts.conf
Xft.antialias: true
Xft.hinting: true
Xft.hintstyle: hintslight
Xft.rgba: rgb
Xft.autohint: false
Xft.lcdfilter: lcdlight
Xft.dpi: 96
! Explicit font settings for (U)XTerm.
UXTerm*faceName: PragmataPro Mono
XTerm*faceName: PragmataPro Mono
UXTerm*faceSize: 13
XTerm*faceSize: 13
UXTerm.vt100.locale: false
XTerm.vt100.locale: false
UXTerm.vt100.utf8: true
XTerm.vt100.utf8: true
UXTerm.vt100.metaSendsEscape: true
XTerm.vt100.metaSendsEscape: true
UXTerm.vt100.backarrowKey: false
XTerm.vt100.backarrowKey: false
UXTerm.vt100.cursorBlink: true
XTerm.vt100.cursorBlink: true
UXTerm.vt100.geometry: 132x43
XTerm.vt100.geometry: 132x43
UXTerm.ttyModes: erase ^?
XTerm.ttyModes: erase ^?
UXTerm.vt100.saveLines: 16384
XTerm.vt100.saveLines: 16384
UXTerm*selectToClipboard: true
XTerm*selectToClipboard: true
! Explicit font settings for Emacs.
Emacs.font: PragmataPro Mono-13
! Default font settings
*font: -*-helvetica-bold-r-*-*-17-*-*-*-*-*-iso8859-15
*allowBoldFonts: false
! Set Xcursor theme explicitly
! Note that theme "default" almost never works.
Xcursor.theme: DMZ-White
Xcursor.size: 32
! Motif window manager settings
!Mwm*fontList: FONT
!Mwm*client*title*fontList: FONT
!Mwm*icon*fontList: FONT
!Mwm*defaultFontList: FONT
!Mwm*background:#E9E4DD
!Mwm*foreground:#000000
!Mwm*activeBackground:#4A708B
!Mwm*activeForeground:#FFFFFF
!Mwm*saveUnder: true
!Mwm*feedback*background: #E9E4DD
!Mwm*feedback*foreground: #000000
!Mwm*icon*background: #E9E4DD
!Mwm*icon*foreground: #000000
!Mwm*menu*background: #E9E4DD
!Mwm*menu*foreground: #000000
!Mwm*frameBorderWidth:8
!Mwm*resizeBorderWidth:8
!Mwm*iconAutoPlace: True
!Mwm*iconDecoration: image label
!Mwm*iconImageMinimum: 50x50
!Mwm*iconImageMaximum: 50x50
!Mwm*maximumMaximumSize: 1584x868
! Include color theme
#include ".colorthemes/active.res"