-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXdefaults
More file actions
28 lines (25 loc) · 857 Bytes
/
Xdefaults
File metadata and controls
28 lines (25 loc) · 857 Bytes
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
! xTerm {{{
xterm*termName: xterm-256color
xterm*utf8: True
xterm*locale: True
xterm*utf8Title: True
xterm*renderFont: True
xterm*scaleHeight: 1.1
xterm*preeditType: Root
xterm*xftAntialias: True
xterm*faceName: DejaVu Sans Mono:pixelsize=14
xterm*faceNameDoublesize: WenQuanYi Zen Hei Mono:pixelsize=14
xterm*customization: -color
xterm*scrollbar: yes
xterm*background: black
xterm*foreground: grey
! fix alt-key inputting
xterm*eightBitInput: false
xterm*metaSendsEscape: True
xterm*inputMethod: fcitx5
! copy and paste with clipboard
xterm*translations: #override \
Ctrl Shift <KeyPress> C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <KeyPress> V: insert-selection(CLIPBOARD)
! }}}
! vim: sw=4 smarttab