blob: bc4bd1928aeb5b1fd77628892d414d68a0dfd188 (
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
|
! Colors
*.foreground: #e6e6f1
*.background: #1a1a24
*.color0: #44495e
*.color8: #3b3b4d
*.color1: #EBB9B9
*.color9: #cc9b9d
*.color2: #B1DBA4
*.color10: #A3CCAD
*.color3: #E6DFB8
*.color11: #d1ba97
*.color4: #CDDBF9
*.color12: #B8C9EA
*.color5: #F6BBE7
*.color13: #b294bb
*.color6: #CDDBF9
*.color14: #95C2D1
*.color7: #C6D0E9
*.color15: #63718B
! 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: UW Ttyp0:pixelsize=16
XTerm.vt100.boldFont: UW Ttyp0:bold:pixelsize=16
XTerm.vt100.italicFont: UW Ttyp0:pixelsize=16
! 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:
|