dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit 6e02b421cd6cc6c5715b72f906fcb604b5b52aa7
parent ee2b3af1cacce8052e03a778316d06a8733ec5b9
Author: Devin J. Pohly <djpohly@gmail.com>
Date:   Thu, 23 Apr 2020 23:47:52 -0500

note about cursor init

Diffstat:
Mdwl.c | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dwl.c b/dwl.c @@ -956,7 +956,9 @@ run(char *startup_cmd) selmon = xytomon(cursor->x, cursor->y); /* XXX hack to get cursor to display in its initial location (100, 100) - * instead of (0, 0) and then jumping */ + * instead of (0, 0) and then jumping. still may not be fully + * initialized, as the image/coordinates are not transformed for the + * monitor when displayed here */ wlr_cursor_warp_closest(cursor, NULL, cursor->x, cursor->y); wlr_xcursor_manager_set_cursor_image(cursor_mgr, "left_ptr", cursor);