]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.hh
const cast to the python function
[chaz/openbox] / src / openbox.hh
index b632cecf841722c20fa284e81ac915ab448453fe..40eb1804c3052ac401060249f284c19e40f1aa75 100644 (file)
@@ -87,6 +87,11 @@ private:
     Defaults to $(HOME)/.openbox/menu3
   */
   std::string _menufilepath;
+  //! Path to the script file to execute on startup
+  /*!
+    Defaults to $(HOME)/.openbox/user.py
+  */
+  std::string _scriptfilepath;
   //! The display requested by the user, or null to use the DISPLAY env var
   char *_displayreq;
   //! The value of argv[0], i.e. how this application was executed
This page took 0.023829 seconds and 4 git commands to generate.