From 053bb2d100c3db55a68a09f25ba96e6b1a149a96 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 24 Dec 2002 23:57:59 +0000 Subject: rm the old guile stuff. let the user specify the path for the startup script. dont hardcode it to my home dir. --- src/openbox.hh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/openbox.hh') 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 -- cgit v1.2.3