From: Andres Salomon Date: Thu, 12 Feb 2009 18:06:21 +0000 (-0500) Subject: add TODO X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=331fa8e81d4a154608ea7a755c36e62703517c80;hp=0c5a57f891c0736de1394e443c78d1204acdd35e;p=autox add TODO Signed-off-by: Andres Salomon --- diff --git a/TODO b/TODO new file mode 100644 index 0000000..eb6269a --- /dev/null +++ b/TODO @@ -0,0 +1,4 @@ + - Rewrite in C to avoid forking tons of processes. Currently, we spawn (from + autox) openvt -> su -> startx -> xinitrc. These processes sit in the + background using memory unnecessarily, and could be replaced with a single + tiny program.