Can I move a window by dragging the maximize context? The below does not seem to work: <context name= 'Maximize' > <mousebind button= 'Left' action= 'Drag' > <action name= 'Move' /> </mousebind> </context> When I drag on the maximize button, the window does not move. Is this (non-)behavior intentional?