Hi there, I tried to (re)expose the outline modes in sawfish-ui, but that does not work as expected, I added the following to the window-anim.jl:
(defcustom move-outline-mode 'opaque
"The method of drawing windows being moved interactively."
:type (set opaque box)
:group move)
(defcustom resize-outline-mode 'opaque
"The method of drawing windows being resized interactively."
:type (set opaque box)
:group move)
Anyone knows, there the problem is? (Once it works I'll provide a patch)
Chris
