On Tue, Jun 17, 2003 at 06:41:15PM +0200, Jens Hoffrichter wrote:
> I don't want to persuade all users on the box to use the programs I want
> to use (although I'm currently the only one on the box, but used to
> administer multi-user-environments :)) ), so I put something like
> this in /etc/X11/Sessions/fluxbox
> 
> #!/bin/bash
> 
> if [ -e $HOME/.xsession ]
> then
>       . $HOME/.xsession
> fi
> 
> fluxbox
> 
> So it uses the .xsession if it exists, otherwise it simply starts up fluxbox.

or simply add

        startup=$HOME/.xsession

to your /etc/X11/Session/fluxbox. ( From gentoo.de )

-- 
Veit Waltemath <[EMAIL PROTECTED]>      |     reg. Linux User #140794
01896 Pulnitz / Germany             |     GNU/Linux Systems
 

--
[EMAIL PROTECTED] mailing list

Reply via email to