On Tue, Jan 31, 2012 at 6:55 PM, Jay Belanger <jay.p.belan...@gmail.com> wrote:
> >> I want to use a small netbook exclusively for Org-mode.
> >> That's why I think I do not need X.
> >
> > You may not need it, but a lightweight window manager like WindowMaker
> > fvwm or maybe a tiling WM like awesome may be worth a second look.  Have
> > a look here:
>
> If the netbook will only be used for org-mode, and so perhaps only
> running Emacs, a WM might not even be necessary.  If only one Emacs
> frame is used, it could probably be run on bare X.

This works for me:

cat > /tmp/em.sh <<'%%%'
#!/bin/sh
/usr/bin/emacs
%%%

chmod 755 /tmp/em.sh

XINITRC=/tmp/em.sh xinit -- :2.0 &

  Cheers,
    Eduardo Ochs
    eduardoo...@gmail.com
    http://angg.twu.net/

Reply via email to