add a --config-file command line option, and OB_CONFIG_FILE root hint
[mikachu/openbox.git] / openbox / prop.h
index 5ca7047..464fe26 100644 (file)
@@ -194,6 +194,7 @@ typedef struct Atoms {
     Atom ob_wm_state_undecorated;
     Atom openbox_pid; /* this is depreecated in favour of ob_control */
     Atom ob_theme;
+    Atom ob_config_file;
     Atom ob_control;
 } Atoms;
 extern Atoms prop_atoms;