Re: [dev] Fwd: Re: [hackers] moveresize patch - BadAlloc crash

From: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Sat, 14 Apr 2018 11:29:30 +0200

On Sat, Apr 14, 2018 at 12:21:48AM +0100, Karl Ertlinger wrote:
> I give this to this list as those changes have to be done on the website for
> the patch to be usable on dwm 6.1

> Date: Mon, 9 Apr 2018 17:08:05 +0100
> From: Karl Ertlinger <dreadknight_AT_firemail.cc>
> To: hackers_AT_suckless.org
> Subject: Re: [hackers] moveresize patch - BadAlloc crash
> User-Agent: NeoMutt/20180323
>
> Managed to find a solution, instead of using the options which are on the
> website I used older method (gotten through webarchive), and now it works without problems.
> This goes into config.h and it works without problems.
> { MODKEY, XK_Down, moveresize, {.v = (int []){ 0, 25, 0, 0 }}},
> { MODKEY, XK_Up, moveresize, {.v = (int []){ 0, -25, 0, 0 }}},
> { MODKEY, XK_Right, moveresize, {.v = (int []){ 25, 0, 0, 0 }}},
> { MODKEY, XK_Left, moveresize, {.v = (int []){ -25, 0, 0, 0 }}},
> { MODKEY|ShiftMask, XK_Down, moveresize, {.v = (int []){ 0, 0, 0, 25 }}},
> { MODKEY|ShiftMask, XK_Up, moveresize, {.v = (int []){ 0, 0, 0, -25 }}},
> { MODKEY|ShiftMask, XK_Right, moveresize, {.v = (int []){ 0, 0, 25, 0 }}},
> { MODKEY|ShiftMask, XK_Left, moveresize, {.v = (int []){ 0, 0, -25, 0 }}},
> On 04/07 03:37, Karl Ertlinger wrote:
> > Any time I try to use moveresize patch, following the guide (which ought to be
> > fixed as some elements of it are unformatted) I get dwm to crash with xorg
> > throwing BadAlloc error. Same happens when I changed move parameters to 1.
> >
>

The website is public and anyone can push changed to it.

Please do it,

-- 
Kind regards,
Hiltjo
Received on Sat Apr 14 2018 - 11:29:30 CEST

This archive was generated by hypermail 2.3.0 : Sat Apr 14 2018 - 11:36:20 CEST