XCOMM!SHELL_CMD XHASH $NetBSD: xinitrc.cpp,v 1.23 2025/03/09 08:09:32 mrg Exp $ xrdb=XRDB xinitdir=XINITDIR xclock=XCLOCK xterm=XTERM uxterm=UXTERM twm=TWM xmodmap=XMODMAP ctwm=CTWM xsetroot=XSETROOT userresources=$HOME/.Xresources usermodmap=$HOME/.Xmodmap sysresources=$xinitdir/.Xresources sysmodmap=$xinitdir/.Xmodmap XCOMM merge in defaults and keymaps if [ -f $sysresources ]; then if [ -x /usr/bin/cpp ] ; then $xrdb -merge $sysresources else $xrdb -nocpp -merge $sysresources fi fi if [ -f $sysmodmap ]; then $xmodmap $sysmodmap fi fontsize=$(/usr/X11R7/libexec/ctwm_font_size) if ! [ -n "$fontsize" ]; then fontsize=16 fi if [ -f "$userresources" ]; then if [ -x /usr/bin/cpp ] ; then $xrdb -merge "$userresources" else $xrdb -nocpp -merge "$userresources" fi else $xrdb -merge - <