* Jim Bryant <[EMAIL PROTECTED]> [010823 01:33] wrote:
> i noticed this after a build from -current of about 24 hours ago:
> 
> due to problems getting kde-2.2 to compile under -current, I am
> currently using windowmaker and doing a `exec startx >&/dev/null`
> to get into X without leaving a console shell open...

Please wrap lines at 70 characters.

I'm using zsh, I have an alias:

alias lox='startx &; disown; logout'

ie. run x in the background, don't hup it at logout, logout.

You're right that ^C will break X, you probably want to ^Z it then
'bg' it followed by disowning it (so tcsh/terminal doesn't hup it)
then logging out.

-- 
-Alfred Perlstein [[EMAIL PROTECTED]]
Ok, who wrote this damn function called '??'?
And why do my programs keep crashing in it?

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to