i3/release-notes/bugfixes/3-drag-cursor
Michael Stapelberg e12d2f6a1d tiling drag: fix cursor (wrong argument passed) (#5207)
Currently, the cursor is XCURSOR_CURSOR_TOP_RIGHT_CORNER (== BORDER_TOP),
but the intended cursor was XCURSOR_CURSOR_MOVE.

noticed this as part of https://github.com/i3/i3/issues/5198
2022-10-24 21:12:51 +02:00

2 lines
86 B
Plaintext

fix tiling drag cursor: should be “move”, accidentally was “top right corner”