freebsd-dev/etc/root/dot.xsession
Jordan K. Hubbard 7b55c6d153 Rip these things down to the absolutely minimums - no tsets, no
sttys, no fancy prompts, nothing.  Everything else seems to be
too contraversal, so we'll go vanilla.
1995-12-01 20:12:05 +00:00

27 lines
562 B
Plaintext
Executable File

# X startup file .xsession
#
PATH="/sbin:/bin:/usr/bin:/usr/sbin:/usr/games:/usr/local/bin:/usr/X11R6/bin:$HOME/bin"
MANPATH="/usr/share/man:/usr/X11R6/man:/usr/local/man"
export PATH MANPATH
CPU="FREEBSD"
PATH="$PATH:/usr/local/interviews/bin/$CPU"
MANPATH="$MANPATH:/usr/local/interviews/man"
export CPU
# 8-bit locale (germany)
#LANG=de_DE.ISO_8859-1
#export LANG
# A rightous umask
umask 22
# Useful clients.
xterm -geometry 80x24 -ls &
xclock -geometry -0+0 &
xterm -C -name console -T console -g 80x12+0-0 -fn 6x10 &
xsetroot -solid grey40
exec fvwm