-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xdefaults
executable file
·35 lines (31 loc) · 1.22 KB
/
Xdefaults
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
! DETAILS: Xterm configurations sourced by xrdb.
! CREATED: 07/01/10 10:14:13 IST
! MODIFIED: 22/Jun/2018 07:57:24 IST
!
! AUTHOR: Ravikiran K.S., [email protected]
! LICENCE: Copyright (c) 2013, Ravikiran K.S.
! For new X config, $ rdb ~/.Xdefaults. To append config, $ rdb -merge ~/.Xdefaults
! To know supported fonts: $ fc-list
Xft.antialias: true
Xft.hinting: true
Xft.hintstyle: hintslight
xterm*VT100.geometry: 100x20
xterm*faceName: Courier:style=Regular:size=14
!xterm*font: -*-courier-medium-r-*-*-10-*-*-*-*-*-*-*
xterm*dynamicColors: true
xterm*utf8: 2
xterm*eightBitInput: true
xterm*saveLines: 100000
xterm*scrollKey: true
xterm*scrollTtyOutput: false
xterm*scrollBar: true
xterm*rightScrollBar: true
xterm*jumpScroll: true
xterm*multiScroll: true
xterm*toolBar: false
XTerm*selectToClipboard: true
XTerm*VT100.*translations: #override \
! Meta <KeyPress> C: select-end(CLIPBOARD, CUT_BUFFER0) \n
! Meta <KeyPress> V: insert-selection(CLIPBOARD, CUT_BUFFER0) \n
Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\
Ctrl Shift <Key>C: copy-selection(CLIPBOARD)