-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtemplate.Xresources
64 lines (57 loc) · 2.31 KB
/
template.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
Template
! Window title
xterm*Title: <string>
! multiple words separated by spaces are supported without quotes
XTerm*eightBitInput: false
! "If you want to use the Alt key on an XTerm. Otherwise, you will just get accented keys."
! See https://github.com/MidnightCommander/mc/tree/master/contrib
XTerm.vt100.selectToClipboard: true or false
! implicit default is false; true copies to CLIPBOARD; false copies to PRIMARY
XTerm*multiClickTime: 250
! implicit default is 250 milliseconds
XTerm*on2Clicks: word or line or group or page or all or regex or none
! implicit default is word
XTerm*on3Clicks: word or line or group or page or all or regex or none
! implicit default is line
! if XTerm*on3Clicks is line, then
XTerm*cutToBeginningOfLine: true or false
! implicit default is 'true'
XTerm*on4Clicks: word or line or group or page or all or regex or none
! inactive by default
XTerm*on5Clicks: word or line or group or page or all or regex or none
! inactive by default
XTerm*cutNewline: true or false
! implicit default is 'true'
! Color theme
ADD CURSOR COLOR LINE
xterm*foreground: <color_foreground>
xterm*background: <color_background>
xterm*color0: <color_0>
xterm*color1: <color_1>
xterm*color2: <color_2>
xterm*color3: <color_3>
xterm*color4: <color_4>
xterm*color5: <color_5>
xterm*color6: <color_6>
xterm*color7: <color_7>
xterm*color8: <color_8>
xterm*color9: <color_9>
xterm*color10: <color_10>
xterm*color11: <color_11>
xterm*color12: <color_12>
xterm*color13: <color_13>
xterm*color14: <color_14>
xterm*color15: <color_15>
xterm*colorInnerBorder: false or true
! implicit default is 'false'
! if set to 'true', then
xterm*borderColor: <color_border>
! requires 'colorInnerBorder' to be explicitly set to 'true'
xterm*geometry: <number_of_text_columns_you_want_in_xterm_windows>x<number_of_text_lines_you_want_in_xterm_windows>
xterm*geometry: <number_of_text_columns_you_want_in_xterm_windows>x<number_of_text_lines_you_want_in_xterm_windows>+<move_window_pixels_right>+<move_window_pixels_down>
maximized: false or true
! implicit default is 'false'
fullscreen: false or 0 OR true or 1 OR always or 2 OR never or 3
! implicit default is 'false'
xterm*internalBorder: 20
! implicit default is '2'; units are pixels