blob: ea52e233ab69b614aa844d372284faa723d196d1 (
plain)
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
|
! Colors
*foreground: #eeeeec
*background: #000000
*cursorColor: #8ae234
*colorUL: #8ae234
*underlineColor: #92659a
*color0: #2e3436
*color8: #888A85
*color1: #cc0000
*color9: #ef2929
*color2: #4e9a06
*color10: #8ae234
*color3: #edd400
*color11: #fce94f
*color4: #3465a4
*color12: #729fcf
*color5: #92659a
*color13: #c19fbe
*color6: #07c7ca
*color14: #63e9e9
*color7: #d3d7cf
*color15: #eeeeec
! XTerm config
XTerm.vt100.locale: false
XTerm.vt100.utf8: true
XTerm.vt100.metaSendsEscape: true
XTerm.vt100.backarrowKey: false
XTerm.ttyModes: erase ^?
XTerm.vt100.translations: #override \n\
Ctrl <Key>M: maximize() \n\
Ctrl <Key>R: restore() \n\
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <Key>V: insert-selection(CLIPBOARD)
XTerm.vt100.faceName: Source Code Pro:semibold:size=10
XTerm.vt100.boldFont: Source Code Pro:bold:size=10
! URxvt config
URxvt.scrollBar: flase
URxvt.font: xft:TamzenForPowerline:pixelsize=16
URxvt.boldFont: xft:TamzenForPowerline:bold
URxvt.keysym.Shift-Up: command:\033]720;1\007
URxvt.keysym.Shift-Down: command:\033]721;1\007
URxvt.keysym.Control-Up: \033[1;5A
URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Control-Right: \033[1;5C
URxvt.keysym.Control-Left: \033[1;5D
URxvt.iso14755: false
URxvt.keysym.Control-Meta-c: builtin-string:
URxvt.keysym.Control-Meta-v: builtin-string:
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
URxvt.perl-lib: /usr/lib/urxvt/perl/
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
URxvt.urlLauncher: firefox
URxvt.underlineURLs: true
URxvt.urlButton: 1
! vim: set filetype=xdefaults nomodeline:
|