annotate .Xdefaults @ 13:a72d02acbab2 default tip

added clickable links in urxvt
author meillo@marmaro.de
date Wed, 09 Jan 2008 10:13:43 +0100 (2008-01-09)
parents f4fd1276a8b3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
4c1ead2dc501 xinitrc and screenrc added; code cleanups
meillo@marmaro.de
parents: 0
diff changeset
1 ! by markus schnalke
4c1ead2dc501 xinitrc and screenrc added; code cleanups
meillo@marmaro.de
parents: 0
diff changeset
2 ! http://marmaro.de
0
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
3
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
4
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
5
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
6 *font: -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
7
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
8 *foreground: #bbbbbb
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
9 *background: #222222
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
10
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
11
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
12
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
13 urxvt*scrollBar: false
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
14
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
15 urxvt*saveLines: 10000
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
16
8
f4fd1276a8b3 enabled scrolling with Shift-Page_up/down; added psgrep
meillo@marmaro.de
parents: 6
diff changeset
17 urxvt.secondaryScroll: true
f4fd1276a8b3 enabled scrolling with Shift-Page_up/down; added psgrep
meillo@marmaro.de
parents: 6
diff changeset
18
13
a72d02acbab2 added clickable links in urxvt
meillo@marmaro.de
parents: 8
diff changeset
19 ! have links clickable with middle-mouse to open in browser
a72d02acbab2 added clickable links in urxvt
meillo@marmaro.de
parents: 8
diff changeset
20 urxvt.perl-ext-common: mark-urls
a72d02acbab2 added clickable links in urxvt
meillo@marmaro.de
parents: 8
diff changeset
21 urxvt.urlLauncher: firefox
0
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
22
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
23
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
24
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
25 !! colors 0-7 should be seen as background colors
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
26
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
27 !! black
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
28 urxvt*color0: #444444
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
29 !! darkgray
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
30 urxvt*color8: #000000
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
31 !
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
32 !! red
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
33 urxvt*color1: #cc5566
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
34 !! lightred
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
35 urxvt*color9: #992233
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
36 !
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
37 !! green
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
38 !urxvt*color2: #aece91
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
39 urxvt*color2: #66aa44
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
40 !! lightgreen
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
41 !urxvt*color10: #c5f779
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
42 urxvt*color10: #88aa88
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
43 !
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
44 !! yellow
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
45 urxvt*color3: #dddd55
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
46 !! lightyellow
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
47 urxvt*color11: #cccc22
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
48 !
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
49 !! blue
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
50 urxvt*color4: #003366
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
51 !urxvt*color4: #9db7d0
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
52 !! lightblue
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
53 urxvt*color12: #4488cc
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
54 !urxvt*color12: #3c8ec4
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
55 !
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
56 !! magenta
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
57 !urxvt*color5: #963c59
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
58 urxvt*color5: #aacc99
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
59 !! lightmagenta
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
60 !urxvt*color13: #cf9ebe
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
61 urxvt*color13: #9977aa
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
62 !
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
63 !! cyan
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
64 !urxvt*color6: #9fc1cc
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
65 urxvt*color6: #88aadd
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
66 !! lightcyan
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
67 !urxvt*color14: #9fc1cc
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
68 urxvt*color14: #448877
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
69 !
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
70 !! gray
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
71 urxvt*color7: #666666
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
72 !! white
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
73 urxvt*color15: #bbbbbb
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
74
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
75
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
76
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
77
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
78
3
4c1ead2dc501 xinitrc and screenrc added; code cleanups
meillo@marmaro.de
parents: 0
diff changeset
79 ! to divide urxvt and xterm apart
4
68dd6ae11835 lots of minor adjustments; some major things in bashrc & inputrc
meillo@marmaro.de
parents: 3
diff changeset
80 xterm*background: #111111
68dd6ae11835 lots of minor adjustments; some major things in bashrc & inputrc
meillo@marmaro.de
parents: 3
diff changeset
81 xterm*font: -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*