From 331fa8e81d4a154608ea7a755c36e62703517c80 Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Thu, 12 Feb 2009 13:06:21 -0500 Subject: [PATCH] add TODO Signed-off-by: Andres Salomon --- TODO | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 TODO 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. -- 2.39.2