todo
authorDieter Plaetinck <dieter@plaetinck.be>
Fri, 8 May 2009 21:11:54 +0000 (23:11 +0200)
committerDieter Plaetinck <dieter@plaetinck.be>
Fri, 8 May 2009 21:11:54 +0000 (23:11 +0200)
TODO

diff --git a/TODO b/TODO
index ee01166..1191626 100644 (file)
--- a/TODO
+++ b/TODO
 user agent -> str_replace(all vars) DONE
 title bar -> str_replace(all vars)
 status bar ->  str_replace(all vars) -> pango markup thingie
+* get rid of config files -> send everything as commands to stdin on program launch -> you can change config at runtime.  
+  how to handle launching new windows? serialize state with tpl? (can also be useful for session saving), fork()ing? if so, how do we handle Xorg window id's?
+
+
 
 SOMEDAY:
 check if we can make the settings loading less hard coded. eg( keep a list of all settings, and for each one, try to load it)