[PATCH] [st] Fix inconsistent BackSpace behavior (was Re: [dev] [st] inconsistent backspace and alt+backspace behavior)

2016-07-08 Thread Alive 4ever
On Sat, Jul 09, 2016 at 10:27:04AM +0700, alive4ever wrote: > Should I add "\033\177" or there is another workaround? Looks like I finally found the answer myself. I hope this patch will be included as default reference config.def.h in future releases, so that users will get consistent BackSpace

Re: [dev] [st] inconsistent backspace and alt+backspace behavior

2016-07-08 Thread Alive 4ever
> Mod1Mask typically represents Alt, so try adding this to config.h: > > { XK_BackSpace, Mod1Mask, "\177", 0, 0, 0}, > > Eric > Received on Tue Jul 05 2016 - 04:28:28 CEST > I've added the line into my config.h and now there is no difference between pressing BackSpace and Alt+Backspace. I don't

[dev] first batch of renames pushed, but the new name scheme is somewhat bad...

2016-07-08 Thread Britton Kerin
I just pushed a commit which renames a bunch of stuff like so: dwm-6.1-uselessgap.diff => dwm-uselessgap-6.1.diff dwm-cdec978-alwaysfullscreen.diff => dwm-alwaysfullscreen-git-20130827-cdec978.diff This was the agreed format but in a way it's a change for the worse. It splits the thing patched a