-
Notifications
You must be signed in to change notification settings - Fork 9
/
.Xdefaults
105 lines (98 loc) · 2.74 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
! $Id: ~/.Xdefaults,v 1.1 2013/04/30 15:17:41 -tclover Exp $
!-*-{ Global font
*font: -*-terminus-*-*-*-*-*-*-*-*-*-*-*-*
!!-*- Global Fore/background color -*-!!
*background: #101010
!-*-}
!-*-{ URXVT
!-*- General settings -*-
URxvt*termName: rxvt-unicode-256color
URxvt*allow_bold: True
!-*- Perl extensions -*-
URxvt.perl-ext-common:default,clipboard,matcher,keyboard-select
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-launcher: /usr/bin/firefox
URxvt.underlineURLs: True
URxvt.matcher.button: 1
URxvt.keysym.M-Escape:perl:keyboard-select:activate
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
!URxvt.copyCommand: xsel -ib
!URxvt.pasteCommand: xsel -ob
!-*- Scrollbar style - rxvt::plain:next:xterm -*-
URxvt*scrollstyle: urxvt
URxvt*scrollBar: False
URxvt*matcher.button: 1
URxvt*geometry: 128x36
URxvt.saveLines: 1000
!-*- Trasperancy -*-
URxvt*transparent: False
URxvt*inheritPixmap: False
URxvt*shading: 30
URxvt*tintColor: #404040
URxvt*depth: 32
!-*- Fading -*-
URxvt*fading: 0
URxvt*fadeColor: #202020
!-*- Fore/background -*-
URxvt*background: #151515
URxvt*foreground: #999
!-*-}
!-*-{ XTerm settings
!-*- General options
XTerm*termName: xterm-256color
!XTerm*font: -*-Terminus-r-*-*-8-*-*-*-*-*-*-*
XTerm*allow_bold: True
XTerm*scrollBar: False
XTerm*scrollTtyOutput:False
XTerm*scrollKey: True
XTerm*saveLines: 1024
XTerm*loginShell: True
XTerm*internalBorder: 2
XTerm*geometry: 128x36
XTerm*metaSendsEscape:True
XTerm*charClass: 33:48,35-38:48,39:43,42-47:48,58-59:48,61:48,63-64:48,126:48
!-*- Fore/background -*-
XTerm*background: #151515
XTerm*foreground: #999
!-*-}
!-*-{ Xcolors
!-*- Black -*-
*color0: #101010
*color8: #505050
!-*- Red -*-
*color1: #a2363a
*color9: #ff5b62
!-*- Green -*-
*color2: #3ca034
*color10: #3ed421
!-*- Yellow -*-
*color3: #b3930f
*color11: #f1c719
!-*- Blue -*-
*color4: #286f8a
*color12: #4382c4
!-*- Magenta -*-
*color5: #746d76
*color13: #b287ba
!-*- Cyan -*-
*color6: #42ab9e
*color14: #9bc6c0
!-*- White -*-
*color7: #e0e0e0
*color15: #ffffff
!-*-}
!-*-{ Xft settings
Xft*dpi: 96
Xft.lcdfilter: lcddefault
!-*-}
!-*-{ Xpdf
Xpdf.toolTipEnable: False
Xpdf*foreground: white
Xpdf*background: black
Xpdf*urlCommand: /usr/local/bin/firefox %s
Xpdf*antialias: yes
Xpdf*enableFreetype: yes
!-*-}
! vim:fenc=utf-8:ci:pi:sts=0:sw=4:ts=4: