27 Jun
2011
27 Jun
'11
5:20 p.m.
On Jun 26, 2011, at 10:29 PM, Dave Ray wrote:
You can also exec it if you'd rather do that...
mkdir ~/.xinitrc.d echo "exec /usr/X11/bin/twm" > ~/.xinitrc.d/99-twm.sh chmod 755 ~/.xinitrc.d/99-twm.sh
That is not working on my system!
Based on your output below, you didn't do what I suggested. Look at /usr/X11/lib/X11/xinit/xinitrc.d/98-user.sh
-rwxr-xr-x 1 davidray staff 64 Jun 26 22:19 99-twm $ cat 99-twm exec /opt/X11/bin/twm