Skip to content

Commit fdf3ea5

Browse files
author
Ryan Hanson
committed
Commented out best effort window mover
1 parent 5f47f46 commit fdf3ea5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rectangle/WindowManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class WindowManager {
2222
windowMoverChain = [
2323
StandardWindowMover(),
2424
// QuantizedWindowMover(), // This was used in Spectacle, but doesn't seem to help on any windows I've tried. It just makes some actions feel more jenky
25-
BestEffortWindowMover()
25+
// BestEffortWindowMover()
2626
]
2727
}
2828

0 commit comments

Comments
 (0)