separated default options (config) and saved options (layout)

This commit is contained in:
frese 2003-04-27 18:54:18 +00:00
parent cdc6803b7d
commit c4b7b03879
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
((eq? 'move type) 'default-move-options)))) ((eq? 'move type) 'default-move-options))))
(wm (create-new-manager root-wm type2 (wm (create-new-manager root-wm type2
(append options def-opt) options def-opt
parent))) parent)))
(for-each (lambda (spec) (for-each (lambda (spec)
(loop wm spec)) (loop wm spec))