-
Notifications
You must be signed in to change notification settings - Fork 2
/
.Xdefaults
73 lines (60 loc) · 2.24 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
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
64
65
66
67
68
69
70
71
72
73
! plugins
URxvt.perl-ext-common: default,matcher,url-select,resize-font,keyboard-select,urxvt-colors
URxvt.keysym.M-plus: perl:resize-font:bigger
URxvt.keysym.M-minus: perl:resize-font:smaller
URxvt.keysym.M-equal: perl:resize-font:reset
URxvt.keysym.M-question: perl:resize-font:show
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.M-f: perl:keyboard-select:search
URxvt.keysym.F12: perl:urxvt-colors:
! enabling clickable links:
URxvt.matcher.button: 1
! url select browser
URxvt.url-select.launcher: firefox
! URxvt scrolling options and cursor style:
URxvt.saveLines: 200000
URxvt.scrollstyle:plain
URxvt.scrollBar: false
URxvt.cursorBlink: true
URxvt.secondaryScroll: true
URxvt.cursorUnderline: false
! pixels for external border
URxvt.externalBorder: 0
! pixels for internal border
URxvt.internalBorder: 0
! remove border
URxvt.borderLess: false
URxvt.utf8: 1
URxvt.font: xft:DejaVu Sans Mono for Powerline:pixelsize=30:antialias=true
! urxvt.font: xft:terminus:antialias=false:pixelsize=12
! first disable Keycap Picture insert mode
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.urgentOnBell: true
URxvt.print-pipe: false
! 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
! remap keys to correspond to xterm sequences (hopefully)
URxvt.keysym.Control-Up: \033[1;5A
URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Control-Left: \033[1;5D
URxvt.keysym.Control-Right: \033[1;5C
URxvt.keysym.M-Down: \033[1;3B
URxvt.keysym.M-Up: \033[1;3A
URxvt.keysym.M-Left: \033[1;3D
URxvt.keysym.M-Right: \033[1;3C
URxvt.keysym.S-Tab: \033[[Z
URxvt.keysym.C-Tab: \033{
! normal and bold colors should be equal
URxvt.intensityStyles: false
! mouse cursor
XCursor.theme: Vanilla-DMZ
Xcursor.size: 64
! Xft.dpi: 128
Xft.dpi: 210
! xft.dpi: 331