separated default options (config) and saved options (layout)
This commit is contained in:
parent
cdc6803b7d
commit
c4b7b03879
|
@ -33,7 +33,7 @@
|
|||
((eq? 'move type) 'default-move-options))))
|
||||
|
||||
(wm (create-new-manager root-wm type2
|
||||
(append options def-opt)
|
||||
options def-opt
|
||||
parent)))
|
||||
(for-each (lambda (spec)
|
||||
(loop wm spec))
|
||||
|
|
Loading…
Reference in New Issue