]> git.donarmstrong.com Git - x_base.git/blob - .Xresources
* fixup linking to current xsession-errors file
[x_base.git] / .Xresources
1 ! Parts (C) 1996 By Greg J. Badros <gjb@cs.duke.edu>
2 ! Modification for Linux-Mandrake by Chmouel Boudjnah <chmouel@mandraksoft.com>
3 ! You may use this file as specified under the GNU General Public License
4
5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6 ! emacs, xemacs
7
8 emacs*Background: black
9 emacs*Foreground: grey90
10 ! emacs*pointerColor: Orchid
11 ! emacs*cursorColor: Orchid
12 ! emacs*bitmapIcon: on
13 ! emacs*font: fixed
14 ! The following is resolution dependent
15 ! emacs*geometry: 155x75
16
17
18 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
19 ! xterm (and friends)
20
21 XTerm*highlightSelection:  true
22 ! Uncomment this to use color for the bold attribute
23 ! XTerm*VT100*colorBDMode:  on
24 ! XTerm*VT100*colorBD:  blue
25 ! Uncomment this to use color for underline attribute
26 ! XTerm.VT100*colorULMode:  on
27 ! XTerm.VT100*underLine:  on
28 ! XTerm*VT100*colorUL:  magenta
29 ! Uncomment this to display the scrollbar 
30 ! XTerm*scrollBar:  true
31
32 XTerm*background: black
33 XTerm*foreground: gray90
34
35 XTerm*eightBitInput:   false
36 XTerm*metaSendsEscape: true
37
38 UXTerm*eightBitInput:   false
39 UXTerm*metaSendsEscape: true
40 UXTerm*BoldMode: true
41 UXTerm*boldFont: -*-fixed-medium-r-*-*-20-*-*-*-*-*-iso10646-1
42
43  XTerm*jumpScroll: true
44 UXTerm*jumpScroll: true
45
46 ! This resource specifies whether or not to ignore the 'alternate screen'
47 ! of applications such as vi.  When it is on, these applications will restore
48 ! the contents of the screen when they are exited to what they were before
49 ! they were started.  When it is off, the contents of vi will remain on the
50 ! screen after the program is quit.
51 ! XTerm.VT100.titeInhibit:  true
52
53 ! Uncomment this to turn off color mode in your xterms
54 !XTerm.VT100*colorMode:  off
55 ! XTerm.VT100*dynamicColors:  on
56
57 ! Number of lines of scrollback to save
58 XTerm*saveLines:        1500
59
60 Xterm*reverseWrap:      true
61
62 XTerm*VT100*font: -*-fixed-medium-r-*-*-20-*-*-*-*-*-*-*
63 !  XTerm*geometry: 120x49
64     
65       UXTerm*geometry: 120x49
66 UXTerm*font: -*-fixed-medium-r-*-*-20-*-*-*-*-*-iso10646-1
67 !    UXTerm.VT100.font: -*-fixed-medium-r-*-*-20-*-*-*-*-*-*-*
68
69 !  Rxvt*geometry: 120x49
70       Rxvt*font: -*-fixed-medium-r-*-*-20-*-*-*-*-*-iso10646-1
71 Rxvt*background: black
72 Rxvt*foreground: gray90
73
74 !            URxvt.geometry: 120x49
75                  URxvt.font: -*-fixed-medium-r-*-*-20-*-*-*-*-*-iso10646-1
76              URxvt.boldFont: -*-fixed-bold-r-*-*-20-*-*-*-*-*-iso10646-1
77            URxvt.background: black
78            URxvt.foreground: gray90
79            URxvt*background: black
80            URxvt*foreground: gray90
81             URxvt.scrollBar: false
82 URxvt.searchable-scrollback: M-C-s
83        URxvt.perlext-common: searchable-scrollback<M-C-s>
84
85
86 *visualBell:            true
87 *scrollTtyOutput:       False
88 *scrollKey:             True
89 Scrollbar.JumpCursor:   True
90
91 ! Suppr support.
92 !*VT100.Translations: #override \
93 !<Key>BackSpace: string(0x7F)\n\
94 !<Key>Delete: string("\033[3~")\n\
95 !<Key>Home: string("\033[1~")\n\
96 !<Key>End: string("\033[4~")
97
98 ! GVim great Colors.
99 Vim*background: black
100 Vim*foreground: lightyellow
101 Vim*font:               -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-15-*5
102 Vim*geometry:   88x35
103 Vim*menuBackground: black
104 Vim*menuForeground: moccasin
105
106 xclock*font: -*-avantgarde-*-*-*-*-*-*-*-*-*-*-*-*
107
108 ! xlock stuff
109 ! only use the blanker
110 XLock.mode: blank
111 XLock.message: "This is Don's X session. Email don@donarmstrong.com if you don't already know this for instructions"