-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdotXdefaults
More file actions
78 lines (65 loc) · 2.12 KB
/
dotXdefaults
File metadata and controls
78 lines (65 loc) · 2.12 KB
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
74
75
76
77
XTerm*eightBitInput: false
XTerm*eightBitOutput: true
XTerm*background: black
XTerm*foreground: grey100
# transparency - true or false (default)
URxvt*transparent:true
# shading - 0 to 99 darkens, 101 to 200 lightens.
# Don't use with tintColor; use a darker or lighter color instead.
URxvt*shading:30
# scrollback buffer lines - 65535 is max (64 is default)
URxvt*saveLines:1000
# font color (default is black)
URxvt*foreground:White
# background color (prior to tinting) (default is white)
URxvt*background:Black
# xft fonts - anti-aliased xft font setup is nice, but can be choppy
URxvt*font:-efont-fixed-medium-r-normal-*-14-*-*-*-*-*-*-*
# Replace blue folder colors with a lighter shade for clarity. To
# set colored folders and files within urxvt, xterm, and aterm, add
# the following line to your ~/.bashrc ($HOME/.bashrc) file under
# the heading "# User specific aliases and functions":
# alias ls="ls -h --color=auto"
URxvt*color4:RoyalBlue
URxvt*color12:RoyalBlue
# scrollbar - true (default) or false
URxvt*scrollBar:false
# scrollbar style - rxvt (default), plain, next, or xterm
URxvt*scrollstyle:rxvt
# disables ISO 14755 input
URxvt*iso14755:false
#URxvt link launcher
urxvt*perl-lib: /usr/lib/urxvt/perl/
urxvt*perl-ext-common: default,url-select
# url-select: https://github.com/muennich/urxvt-perls
URxvt.keysym.C-F: perl:url-select:select_next
URxvt.url-select.launcher: /usr/bin/conkeror
URxvt.url-select.button: 1
URxvt.url-select.underline: true
# enable keypad geraffel
URxvt.keysym.KP_Add: +
URxvt.keysym.KP_Subtract: -
URxvt.keysym.KP_Multiply: *
URxvt.keysym.KP_Divide: /
URxvt.keysym.KP_Decimal: .
URxvt.keysym.KP_Separator: ,
URxvt.keysym.KP_1: 1
URxvt.keysym.M-KP_1: \0331
URxvt.keysym.KP_2: 2
URxvt.keysym.M-KP_2: \0332
URxvt.keysym.KP_3: 3
URxvt.keysym.M-KP_3: \0333
URxvt.keysym.KP_4: 4
URxvt.keysym.M-KP_4: \0334
URxvt.keysym.KP_5: 5
URxvt.keysym.M-KP_5: \0335
URxvt.keysym.KP_6: 6
URxvt.keysym.M-KP_6: \0336
URxvt.keysym.KP_7: 7
URxvt.keysym.M-KP_7: \0337
URxvt.keysym.KP_8: 8
URxvt.keysym.M-KP_8: \0338
URxvt.keysym.KP_9: 9
URxvt.keysym.M-KP_9: \0339
URxvt.keysym.KP_0: 0
URxvt.keysym.M-KP_0: \0330