diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-24 23:57:59 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-24 23:57:59 +0000 |
| commit | 053bb2d100c3db55a68a09f25ba96e6b1a149a96 (patch) | |
| tree | 3f18b0b341cc01640872b827a8555eae92fa437a /src/openbox.hh | |
| parent | 70aa4b20d940d8bff1d36a251143fd73149e030c (diff) | |
rm the old guile stuff. let the user specify the path for the startup script. dont hardcode it to my home dir.
Diffstat (limited to 'src/openbox.hh')
| -rw-r--r-- | src/openbox.hh | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
