/* * The .Xresources file can be used to declare default fonts, colours, * titles and so on for various different X applications. * If you're going to use comments in this file, they must be * C-style comments like this one, not #-style shell comments, * since this file is processed by CPP. * * Be careful not to have trailing spaces or tabs in this file. * xrdb doesn't like them. */ /* * If you change anything in this file, you should do * xrdb <.Xresources * to let your X server know what the new defaults are. */ /* * Certain CPP symbols are defined for you by xrdb when you * reload this file. (See "man xrdb" for full details.) * Some of them are: * COLOR True if you are using a colour display * HOST The hostname portion of the display to which you are connected * HEIGHT The height of the default screen in pixels * WIDTH The width of the default screen in pixels * * So you can take advantage of these with "#ifdef" to create defaults * that are different for colour or mono displays. */ /* * XTerm defaults * */ #ifdef COLOR xterm*Background: navy xterm*Foreground: gold #else xterm*Background: white xterm*Foreground: black #endif /* Default terminal window size */ xterm*VT100*geometry: 80x35 /* Do you want the scroll bar? */ xterm*scrollBar: true /* * How many lines should the scroll bar save? * Don't make this a ridiculously high value or you'll use up * too much memory. */ xterm*saveLines: 1024 /* * What font do you want xterm to use? * Use "xlsfonts" or "xfontsel" to see some of the zillion possibilities. * If you don't like 9x15, try 10x20, 6x9, 8x13, or use "xlsfonts" to * see some of the zillion others. * a nice font for Suns is * *lucidatypewriter-meduim-*-18-* * 8x13 */ xterm*font: 6x13 /* fairly tiny type */ /* * if you wanted to set an xterm function key to send a particular * string you would do it this way: * *VT100.Translations: #override F10: string("whatever") \n */ /* autolock setup */ Xautolock.notify: 10 Xautolock.corners: 0+00 Xautolock.delay: 5 Xautolock.cornersize: 40 /* Xautolock.locker: /u/mvanheyn/bin/rine "/usr/bin/X11/xnlock -allowroot -mode random -nice 10 -timeout 20 -username 'Workstation used by: ' -info 'Workstation will reset if left locked for 60 minutes.' -invalid 'Patience please, leave me alone and I will reset.'" 3600 /u/mvanheyn/bin/xeject */ Xautolock.locker: /u/mvanheyn/bin/rine "/usr/bin/X11/xlock -allowroot -mode random -nice 10 -timeout 20 " 3600 /u/mvanheyn/bin/xeject /* Misc */ xwebster.hostAddrList: 129.79.242.223 xgopher.soundCommand: play xgopher.hasSound: true /* Mosaic setup stuff */ Mosaic*homeDocument: /usr/local/www/home-page.html Mosaic*audioPlayerCommand: /usr/openwin/bin/audiotool Mosaic*mimeViewerCommand: xterm -e mhn -file Mosaic*gunzipCommand: /usr/local/gnu/bin/gunzip Mosaic*uncompressCommand: /usr/local/bin/uncompress Mosaic*annotationServer: hoohoo.ncsa.uiuc.edu:8001 /* if you want to change the background color, uncomment out the next line */ /* Mosaic*background: cornsilk */ /* emacs setup -- black writing on a white window with a red cursor */ emacs.cursorColor red emacs.foreground black emacs.background white