load-preferences

Name

load-preferences -- Load FILENAME to restore the Scwm preferences.

Synopsis

(load-preferences #&optional 
				 (filename (string-append (getenv "HOME") "/.scwm-options")))

Description

Load FILENAME to restore the Scwm preferences. Since the options file is just a bunch of S-expressions, this currently just loads the file to evaluate it. Returns #t iff the load was successful, false otherwise.

Implementation Notes

Module:

Defined in scheme/preferences.scm at line 519 (CVS log)