Back to Howawan's Homepage to index to Yahoo's Homepage

nbsd_xinitrc/.xinitrc¤ÎÀßÄê ......

inhalts

nbsd_xinitrc@#!/bin/sh # $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $ LANG¡ája_JP.eucJP export LANG XMODIFIERS¡á"@im¡ákinput2" export MODIFIERS userresources¡á$HOME/.Xresources usermodmap¡á$HOME/.Xmodmap sysresources¡á/usr/X11R6/lib/X11/xinit/.Xresources sysmodmap¡á/usr/X11R6/lib/X11/xinit/.Xmodmap # merge in defaults and keymaps if [ -f $sysresources ]; then xrdb -merge $sysresources fi if [ -f $sysmodmap ]; then xmodmap $sysmodmap fi if [ -f $userresources ]; then xrdb -merge $userresources fi if [ -f $usermodmap ]; then xmodmap $usermodmap fi echo '*inputMethod: kinput2' | xrdb -merge kinput2 -ccdef ccdef.kinput2.egg -jserver localhost -wnn & # start some nice programs xmodmap .xmodmap twm & xclock -gkeometry 50x50-1+1 & xterm -geometry 80x50+494+51 & xterm -geometry 80x20+494-0 & exec xterm -geometry 80x66+0+0 -name login