/[packages]/cauldron/xinitrc/current/SOURCES/Xresources
ViewVC logotype

Contents of /cauldron/xinitrc/current/SOURCES/Xresources

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30198 - (show annotations) (download)
Fri Jan 21 20:03:16 2011 UTC (13 years, 3 months ago) by ennael
File size: 4014 byte(s)
imported package xinitrc
1 ! Parts (C) 1996 By Greg J. Badros <gjb@cs.duke.edu>
2 ! Modification for Mandriva Linux by Chmouel Boudjnah
3 ! You may use this file as specified under the GNU General Public License
4 ! $Id: Xresources,v 1.12 2005/06/12 14:38:44 flepied Exp $
5
6 #ifdef COLOR
7 *customization: -color
8 #endif
9
10 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
11 ! xdm
12
13 xlogin*login.translations: #override\
14 Ctrl<Key>R: abort-display()\n\
15 <Key>F1: set-session-argument(failsafe) finish-field()\n\
16 <Key>Delete: delete-character()\n\
17 <Key>Left: move-backward-character()\n\
18 <Key>Right: move-forward-character()\n\
19 <Key>Home: move-to-begining()\n\
20 <Key>End: move-to-end()\n\
21 Ctrl<Key>KP_Enter: set-session-argument(failsafe) finish-field()\n\
22 <Key>KP_Enter: set-session-argument() finish-field()\n\
23 Ctrl<Key>Return: set-session-argument(failsafe) finish-field()\n\
24 <Key>Return: set-session-argument() finish-field()
25
26
27
28
29 xlogin*greeting: Welcome to CLIENTHOST
30 xlogin*namePrompt: Login:
31
32 xlogin*fail: Login incorrect
33
34 #if WIDTH > 800
35 xlogin*greetFont: -adobe-helvetica-bold-o-normal--24-240-75-75-p-138-iso8859-1
36 xlogin*font: -adobe-helvetica-medium-r-normal--18-180-75-75-p-98-iso8859-1
37 xlogin*promptFont: -adobe-helvetica-bold-r-normal--18-180-75-75-p-103-iso8859-1
38 xlogin*failFont: -adobe-helvetica-bold-r-normal--18-180-75-75-p-103-iso8859-1
39 #else
40 xlogin*greetFont: -adobe-helvetica-bold-o-normal--17-120-100-100-p-92-iso8859-1
41 xlogin*font: -adobe-helvetica-medium-r-normal--12-120-75-75-p-67-iso8859-1
42 xlogin*promptFont: -adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
43 xlogin*failFont: -adobe-helvetica-bold-o-normal--14-140-75-75-p-82-iso8859-1
44 #endif
45
46 #ifdef COLOR
47 xlogin*greetColor: CadetBlue
48 xlogin*failColor: red
49 #else
50 xlogin*Foreground: black
51 xlogin*Background: white
52 #endif
53 xlogin*useShape: true
54 xlogin*logoPadding: 10
55
56
57 XConsole.text.geometry: 480x130
58 XConsole.verbose: true
59 XConsole*iconic: true
60 XConsole*font: fixed
61
62 Chooser*geometry: 700x500+300+200
63 Chooser*allowShellResize: false
64 Chooser*viewport.forceBars: true
65 Chooser*label.font: *-new century schoolbook-bold-i-normal-*-240-*
66 Chooser*label.label: XDMCP Host Menu from CLIENTHOST
67 Chooser*list.font: -*-*-medium-r-normal-*-*-230-*-*-c-*-iso8859-1
68 Chooser*Command.font: *-new century schoolbook-bold-r-normal-*-180-*
69
70 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
71 ! xterm (and friends)
72
73 XTerm*highlightSelection: true
74 ! Uncomment this to use color for the bold attribute
75 XTerm*VT100*colorBDMode: on
76 XTerm*VT100*colorBD: blue
77 ! Uncomment this to use color for underline attribute
78 XTerm.VT100*colorULMode: on
79 XTerm.VT100*underLine: off
80 XTerm*VT100*colorUL: magenta
81 ! Uncomment this to display the scrollbar
82 XTerm*scrollBar: true
83
84 ! This resource specifies whether or not to ignore the 'alternate screen'
85 ! of applications such as vi. When it is on, these applications will restore
86 ! the contents of the screen when they are exited to what they were before
87 ! they were started. When it is off, the contents of vi will remain on the
88 ! screen after the program is quit.
89 XTerm.VT100.titeInhibit: true
90
91 ! Uncomment this to turn off color mode in your xterms
92 !XTerm.VT100*colorMode: off
93 XTerm.VT100*dynamicColors: on
94
95 ! Number of lines of scrollback to save
96 XTerm*saveLines: 1500
97
98 xterm*reverseWrap: true
99
100 *visualBell: true
101 *scrollTtyOutput: False
102 *scrollKey: True
103 Scrollbar.JumpCursor: True
104
105 ! (fg) 20001004 These are compulsory for KDE2, otherwise font will display
106 ! incorrectly - to say the least
107 xterm*font: fixed
108 xterm_color*font: fixed
109
110 ! Suppr support.
111 *VT100.Translations: #override \
112 <Key>BackSpace: string(0x7F)\n\
113 <Key>Delete: string("\033[3~")\n\
114 <Key>Home: string("\033[1~")\n\
115 <Key>End: string("\033[4~")
116
117 ! GVim great Colors.
118 Vim*background: black
119 Vim*foreground: lightyellow
120 Vim*font: -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-15-*5
121 Vim*geometry: 88x35
122 Vim*menuBackground: black
123 Vim*menuForeground: moccasin
124
125 ! Fix the Xft dpi to 96; this prevents tiny fonts
126 ! or HUGE fonts depending on the screen size.
127 Xft.dpi: 96

  ViewVC Help
Powered by ViewVC 1.1.30