sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 39e7871a859df5ce82f9d3d10088a3bc2b4ff356
parent 5c036a3eac89e3dec71484fe9c22704b120254b1
Author: Tony Crisci <tony@dubstepdish.com>
Date:   Tue, 19 Dec 2017 05:28:06 -0500

dont set cursor image on motion

Diffstat:
Msway/input/cursor.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/sway/input/cursor.c b/sway/input/cursor.c @@ -15,9 +15,6 @@ static void cursor_update_position(struct sway_cursor *cursor) { double x = cursor->cursor->x; double y = cursor->cursor->y; - wlr_xcursor_manager_set_cursor_image(cursor->xcursor_manager, - "left_ptr", cursor->cursor); - cursor->x = x; cursor->y = y; }