aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-08 23:11:54 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-08 23:11:54 +0200
commitd017f374b469dfde5130940de43c576cd0d5a872 (patch)
tree2c0d7367a12ae7719b34d83029ee48516c9957ad
parent19892427c5dafccb1ac6341dcb4c370e2a9134a8 (diff)
todo
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index ee01166..1191626 100644
--- a/TODO
+++ b/TODO
@@ -45,6 +45,10 @@
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)