[effects/wobblywindows] Delete ':wq'

This commit is contained in:
Vlad Zagorodniy 2018-10-13 11:00:27 +03:00
parent 3d1b2381ec
commit e3c778da9f

View file

@ -56,7 +56,7 @@ public:
int requestedEffectChainPosition() const override { int requestedEffectChainPosition() const override {
// Please notice that the Wobbly Windows effect has to be placed // Please notice that the Wobbly Windows effect has to be placed
// after the Maximize effect in the effect chain, otherwise there // after the Maximize effect in the effect chain, otherwise there
// can be visual artifacts when dragging maximized windows.:wq // can be visual artifacts when dragging maximized windows.
return 70; return 70;
} }