[dev] [st] [PATCH] Sub-char-size window-size increments

2014-11-02 Thread Augusto Born de Oliveira
Hello everyone, First of all, thanks a lot for dwm and st, big fan! I wrote a patch -- intended for the optional patches section on the site -- that makes st resizable to the pixel, as opposed to the nearest char width/height. This is to avoid the gaps between and around terminals in tiling WMs.

[dev] [sbase] [PATCH 2/2] chown: Support numeric uids/gids

2014-11-02 Thread Michael Forney
--- chown.c | 25 - 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/chown.c b/chown.c index 3fd5f87..5d57801 100644 --- a/chown.c +++ b/chown.c @@ -11,8 +11,8 @@ static void chownpwgr(const char *); static bool rflag = false; -static struct passwd *pw = N

[dev] [sbase] [PATCH 1/2] Fix symbolic mode parsing in parsemode

2014-11-02 Thread Michael Forney
I found quite a lot of bugs, so I ended up pretty much rewriting as I followed the specĀ¹. Now, it works as follows: - Determine a mask (who) of bits that can be modified for the subsequent operations. If none are specified, select all file mode bits. - In a loop, determine which operation (+, -

Re: [dev] Macbook retina and dwm

2014-11-02 Thread Nick
Quoth Evan Gates: > The problem I'm currently facing is finding a browser that > supports HIDPI correctly. I've been playing with chrome, firefox, and > surf but have yet to find a satisfactory setup. Anyone have any > recommendations? Iceweasel (at least the version in Debian stable) works perfec

Re: [dev] Re: [sic] [PATCH] Classic Suckless config.{def,}.h configurability

2014-11-02 Thread Eric Pruitt
On Sun, Nov 02, 2014 at 09:24:37AM +0100, Anselm R Garbe wrote: > Thanks for the reminder, now applied. Thank you, but you applied the old patch instead of the newer one. Was that intentional or an accident? Eric

Re: [dev] [st] delele behaves as backspace... again

2014-11-02 Thread Markus Teich
Nils R wrote: > my delete-key behaves as backspace since commit > 9d9e049eac3dacb2725f9d792f7cdd2230062313 on all my linux machines (debian, > fedora, ubuntu) and openbsd. Heyho, I can confirm this, but don't have the time to bisect right now. The delete Key seems to trigger Backspace2. In mksh i

Re: [dev] [sbase] [PATCH 1/2] grep: Remove newlines before matching a line

2014-11-02 Thread Dimitris Papastamos
On Sun, Nov 02, 2014 at 03:08:12AM +, Michael Forney wrote: > Otherwise, a pattern with a '$' anchor will never match and POSIX says that > > "By default, an input line shall be selected if any pattern ... matches any >part of the line excluding the terminating " Both patches applied, t

Re: [dev] Re: [sic] [PATCH] Classic Suckless config.{def,}.h configurability

2014-11-02 Thread Anselm R Garbe
On 2 November 2014 04:33, Eric Pruitt wrote: > On Sun, Oct 19, 2014 at 11:48:53AM +0200, Anselm R Garbe wrote: >> On 18 October 2014 19:05, Eric Pruitt wrote: >> > On Tue, Sep 30, 2014 at 05:46:14PM -0700, Eric Pruitt wrote: >> >> I've attached a revised patch that also adds a couple more configu