-
Notifications
You must be signed in to change notification settings - Fork 1
/
.Xresources
51 lines (40 loc) · 1.07 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
!!
!! X session
!!
! find /usr/share/icons ~/.icons -type d -name "cursors"
Xcursor.theme: Paper
Xcursor.size: 16
!!
!! XTERM
!!
! general
XTerm.vt100.locale: true
XTerm.vt100.saveLines: 8192
XTerm.vt100.faceName: Monospace:size=11:antialias=true
! colors
XTerm.vt100.foreground: white
XTerm.vt100.background: black
! keys
XTerm.vt100.backarrowKey: false
! dynamic font size handling
! copy/paste handling
XTerm.vt100.translations: #override \n\
Ctrl <Key> minus: smaller-vt-font() \n\
Ctrl <Key> plus: larger-vt-font() \n\
Ctrl <Key> 0: set-vt-font(d) \n\
Ctrl Shift <Key> C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <Key> V: insert-selection(CLIPBOARD) \n\
Shift <KeyPress> Insert: insert-selection(CLIPBOARD)
!!
!! URXVT
!!
! general
! scrolling
! do not scroll with output
URxvt*scrollTtyOutput: false
! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
URxvt*scrollWithBuffer: true
! scroll back to the bottom on keypress
URxvt*scrollTtyKeypress: true
! plugins: url matching + paste protection
URxvt.perl-ext-common: default,matcher,confirm-paste