X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fopenbox.hh;h=40eb1804c3052ac401060249f284c19e40f1aa75;hb=bcb8de973abcbf6bc0cb1c46e764276c34fa5380;hp=b632cecf841722c20fa284e81ac915ab448453fe;hpb=5f78b51429b204f89b654d634bb4cc8cb78b95f6;p=chaz%2Fopenbox diff --git a/src/openbox.hh b/src/openbox.hh index b632cecf..40eb1804 100644 --- a/src/openbox.hh +++ b/src/openbox.hh @@ -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