save-preferences

Name

save-preferences -- Save the current Scwm preferences to FILENAME.

Synopsis

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

Description

Save the current Scwm preferences to FILENAME. FILENAME defaults to $HOME/.scwm-options if not specified. The string written is generated by scwm-options-string.

Implementation Notes

Module: (app scwm preferences)

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