#!/bin/sh # $Id: .xsession,v 1.5 2002-07-28 11:38:11+02 jv Exp $ # NOTE: SunOS/OpenwWindows/xdm runs .xinitrc, not .xsession! # Window manager must be the controlling process. WM_SESSION=1; export WM_SESSION # Start tools and gadgets WM_TOOLS=1; export WM_TOOLS # Same, but with an ssh agent in between exec ssh-agent $HOME/XStart/XStartup > $HOME/XStart/XStartup.log 2>&1