-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xdefaults
63 lines (61 loc) · 1.41 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
! special colors
*.foreground: #d0d0d0
*.background: #000000
*.cursorColor: #d0d0d0
! black
*.color0: #000000
*.color8: #808080
! red
*.color1: #ff0000
*.color9: #ff0000
! green
*.color2: #33ff00
*.color10: #33ff00
! yellow
*.color3: #33ff00
*.color11: #33ff00
! blue
*.color4: #1793D1
*.color12: #1793D1
! magenta
*.color5: #cc00ff
*.color13: #cc00ff
! cyan
*.color6: #1793D1
*.color14: #1793D1
! white
*.color7: #d0d0d0
*.color15: #ffffff
*geometry: 99x32
*highlightSelection: true
*cursorBlink: off
*boldMode: on
*colorMode: on
*colorBDMode: on
*colorULMode: on
*underLine: on
!!Extensions
URxvt.perl-ext-common: default,matcher,url-select,keyboard-select
!!Url-select
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-select.launcher: /usr/bin/xdg-open
URxvt.url-select.underline: true
!!Matcher
URxvt.matcher.button: 2
URxvt.matcher.rend.0: Uline Bold fg5
!!Keyboard-select:
URxvt.keysym.M-Escape: perl:keyboard-select:activate
!!Url-launcher
URxvt.url-launcher: /usr/bin/xdg-open
!!Scrolbar
URxvt.scrollBar: False
!!Transparent mode
URxvt.transparent: True
URxvt.shading: 20
!!Fonts
URxvt.font: xft:DejaVu Sans Mono for Powerline:pixelsize=12
URxvt.boldFont: xft:DejaVu Sans Mono for Powerline:pixelsize=12
!!Cutchars
URxvt.cutchars: "()*,<>[]{}|'"
!!Windows Name
URxvt.termName: rxvt-unicode