-
Notifications
You must be signed in to change notification settings - Fork 2
/
Xdefaults
69 lines (57 loc) · 1.45 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
!! COLORS AND FONTS
! foreground/background
URxvt*background: #000000
URxvt*foreground: #ffffff
! black
URxvt.color0: #000000
URxvt.color8: #555555
! red
URxvt.color1: #AA0000
URxvt.color9: #FF5555
! green
URxvt.color2: #00AA00
URxvt.color10: #55FF55
! yellow
URxvt.color3: #AA5500
URxvt.color11: #FFFF55
! blue
URxvt.color4: #0000AA
URxvt.color12: #5555FF
! magenta
URxvt.color5: #AA00AA
URxvt.color13: #FF55FF
! cyan
URxvt.color6: #00AAAA
URxvt.color14: #55FFFF
! white
URxvt.color7: #AAAAAA
URxvt.color15: #FFFFFF
! font
URxvt*font: xft:Monospace:pixelsize=22
!! SCROLL BAR (rxvt(default), plain, next, xterm)
URxvt.scrollstyle: rxvt
URxvt.scrollBar: false
!! SCROLLBACK BUFFER IN SECONDARY SCREEN
URxvt.secondaryScreen: 1
URxvt.secondaryScroll: 0
!! CURSOR WORD MOVEMENT
URxvt*altSendsEscape: true
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
!! CLICKABLE URLS
URxvt.perl-ext-common : default,matcher,vtwheel,resize-font
URxvt.url-launcher : xdg-open
URxvt.matcher.button : 1
! Open from keyboard
URxvt.keysym.C-Delete: perl:matcher:last
URxvt.keysym.M-Delete: perl:matcher:list
!! DISABLE CTRL+SHIFT
URxvt.iso14755: false
URxvt.iso14755_52: false
!! CTRL+SHIFT+UP/DOWN TO RESIZE FONT ON THE FLY
URxvt.keysym.C-Shift-Down: resize-font:smaller
URxvt.keysym.C-Shift-Up: resize-font:bigger
!! $TERM variable
URxvt.termName: rxvt-unicode-256color