summaryrefslogtreecommitdiff
path: root/src/openbox.h
AgeCommit message (Collapse)Author
2002-04-17configuration changes "done"!!Dana Jansens
on start, the config file is read entirely off the disc, and missing values are assigned defaults. the config file is immediately written back to the disk to populate missing defaults in the file. any time a config option is changed the control, the config file is re-written with the change. choosing reconfig will reload the current config file on the disc. on shutdown, nothing is written to the config file.
2002-04-16renamed the obResource class to Resource.Dana Jansens
2002-04-16removed the code to make the .blackboxrc symlink to openbox's rc file (it ↵Dana Jansens
cored anyways)
2002-04-13added symlinking. needs a little work.Scott Moynes
2002-04-12save_rc() using the obResource class to save blackbox's configuration.Dana Jansens
renamed BScreen::getCount to BScreen::getWorkspaceCount.
2002-04-11load_rc() now uses the obResource class to load its configurationDana Jansens
2002-04-11Initial revisionDana Jansens