summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 24 insertions, 1 deletions
diff --git a/README.md b/README.md
index 735fb1b..564f8d5 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,24 @@
-# devils pie code to try to fix window placement
+# This is an attempt to redo 'startx' not as a bash script this time
+
+GOALS:
+
+ * use a protobuf TEXT config file
+ * store global file in ~/etc/startx.text
+ * store user config file in ~/.config/startx.text
+ * parse additional settings from ~/.config/startx.d/
+ * restore the geometry of the apps
+ * make a GUI save/edit/restore tool
+
+CURRENTLY WORKING:
+
+ * works with x windows
+ * restores mate-terminal on debian
+
+TODO:
+
+ * wayland support
+ * other programs like firefox & keepass
+ * actually execute from lightdm
+ * run underneath mate-session
+ * run underneath all the other WM
+ * rename binary 'startx'