Set cursor to left_ptr when mouse is over a notification on wayland#903
Conversation
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #903 +/- ##
==========================================
- Coverage 60.50% 60.21% -0.30%
==========================================
Files 39 39
Lines 6228 6258 +30
==========================================
Hits 3768 3768
- Misses 2460 2490 +30
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
fwsmit
left a comment
There was a problem hiding this comment.
Thanks for porting this patch. I've got a few style comments, but other than that it looks good
400a464 to
f23e038
Compare
|
I think I've fixed everything brought up, but I haven't really used pull requests on github before, so I might've missed something - please let me know if there's any issues! |
|
@GorrillaRibs Looks great! If you could squash the commits into the first one I'll merge the PR. |
4c859f8 to
e6222d8
Compare
|
Done! |
|
Thank you :) |
As in mako here: emersion/mako@85a3e38
Currently (on wayland) the cursor remains what it was when the mouse enters the notification window (i.e. from a terminal or a text entry box it'll be a vertical bar), this fixes that.
Code is taken from mako (which used to have the same issue) and adapted a little to fit dunst.