blob: 1dae43e267233600bde173d6ace8a13bebfaf22d (
plain) (
blame)
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
|
XTerm*termName: xterm-256color
XTerm*locale: true
XTerm*highlightSelection: true
XTerm*trimSelection: true
XTerm*saveLinew: 4096
XTerm*scrollBar: false
XTerm*cursorBlink: true
XTerm.VT100.utf8: true
XTerm*allowScrollLock: true
! Xcursor theme
Xcursor.theme: Adwaita
Xcursor.size: 24
! Font
XTerm*faceName: Go Mono Nerd Font Mono
XTerm*renderFont: true
XTerm*faceSize: 10
!Xft.dpi: 100
XTerm*keepClipboard: true
XTerm*selectToClipboard: true
XTerm*VT100.Translations: #override \n\
Ctrl Shift <KeyPress>C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <KeyPress>V: insert-selection(CLIPBOARD)
! Clicking a line selects only from the current word forward
XTerm*cutToBeginningOfLine : false
! and dont include a trailing newline in the selection!
XTerm*cutNewline : false
! Some black magic to change what characters XTerm considers "word delimiters"
XTerm*charClass : 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48
! Select word on two clicks
XTerm*on2Clicks : word
! Select whole line on three clicks
XTerm*on3Clicks : line
! Select whole group on four clicks
XTerm*on4Clicks: group
! Select whole page on five clicks
XTerm*on5Clicks: page
! Gruvbox theme
XTerm*background: #262626
XTerm*foreground: #ebdbb2
XTerm*color0: #262628
XTerm*color8: #928374
XTerm*color1: #CC241D
XTerm*color9: #fb4934
XTerm*color2: #98971a
XTerm*color10: #b8bb26
XTerm*color3: #FF8F15
XTerm*color11: #FFAF00
XTerm*color4: #458588
XTerm*color12: #83a598
XTerm*color5: #b16286
XTerm*color13: #d3869b
XTerm*color6: #689d6a
XTerm*color14: #8ec07c
XTerm*color7: #a89984
XTerm*color15: #ebdbb2
|