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

From: Karl Ertlinger <dreadknight_AT_firemail.cc>
Date: Sat, 14 Apr 2018 00:21:48 +0100

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

attached mail follows:



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.
>
Received on Sat Apr 14 2018 - 01:21:48 CEST

This archive was generated by hypermail 2.3.0 : Sat Apr 14 2018 - 01:24:18 CEST