Re: [dev] [dwm] resize cursor

2016-08-31 Thread Cág
If anyone doesn't want to mess with their code, I made a patch. Cágdiff --git a/dwm.c b/dwm.c index 421bf27..26ef7bf 100644 --- a/dwm.c +++ b/dwm.c @@ -1580,7 +1580,7 @@ setup(void) netatom[NetClientList] = XInternAtom(dpy, "_NET_CLIENT_LIST", False); /* init cursors */ cursor[CurNormal] =

Re: [dev] [dwm] resize cursor

2016-08-24 Thread Cág
Frostyfrog wrote: I honestly didn't think it was that ugly. I personally prefer the cursor to the left. Then again, I use the default X cursors everywhere, including on windows using the closest equivalent on deviant art... OK, beauty is the eye of the beholder. But I amn't about the beauty r

Re: [dev] [dwm] resize cursor

2016-08-23 Thread Frostyfrog
Cág wrote: > > Staven wrote: >> >> Ugly X cursor? Can you give an example? > > This[1]. I hope you can see it. I wrote in the description there. > > [1]: https://imgur.com/a/vFPJx > I honestly didn't think it was that ugly. I personally prefer the cursor to the left. Then again, I use the default

Re: [dev] [dwm] resize cursor

2016-08-23 Thread Cág
Staven wrote: I recall some people having patches that make it possible to resize from other corners. I don't know if anybody should care about that. I've already seen a thread on it[0], where Anselm pointed out that floating is not the main target. In this case I think this could be in the

Re: [dev] [dwm] resize cursor

2016-08-23 Thread Staven
On Tue, Aug 23, 2016 at 01:27:23PM +0300, Cág wrote: > Since dwm resize cursor appears exclusively on the bottom right corner, I recall some people having patches that make it possible to resize from other corners. I don't know if anybody should care about that. > what about changing XC_sizing to

[dev] [dwm] resize cursor

2016-08-23 Thread Cág
Hi, Since dwm resize cursor appears exclusively on the bottom right corner, what about changing XC_sizing to XC_bottom_right_corner in dwm.c[0]? It will change the "ugly" X cursor to the current theme. Cág [0]:http://git.suckless.org/dwm/tree/dwm.c#n1585