Re: .xinitrc doesnt work well with ratpoison
Re: .xinitrc doesnt work well with ratpoison
- Subject: Re: .xinitrc doesnt work well with ratpoison
- From: Sean Ahern <email@hidden>
- Date: Fri, 31 Jan 2003 10:40:41 -0800
Joe Corneli wrote:
> My .xinitrc reads as follows:
>
> #!/bin/bash
> xmodmap .xmodmap
> exec ratpoison
Put a & after the xmodmap:
#!/bin/bash
xmodmap .xmodmap &
exec ratpoison
-Sean
__
email@hidden
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.