[hackers] [tabbed][PATCH] Use PWD xprop to set workdir for spawned clients

2020-06-03 Thread Nikita Zlobin
Somewhat disconvenient after true multitab terminals, that new term tabs don't inherit workdir from previous active. Here is some attempt to make such a bond. Not sure, what's better way here to get gettextprop() variant for unlimited string - without dublicating it in same as done for sprintf

Re: [hackers] [surf] [patch] chromebar update

2020-06-03 Thread Pedro Lucas Porcellis
Hi! On Wed, Jun 03, 2020 at 02:11:37PM +0200, Rhylx wrote: > https://raw.githubusercontent.com/Rhylx/surf/master/chromebar.diff Can you resend this email embedding the diff on it? You can find more info on the hacking [1] page and on git-send-mail [2] as well. --- [1]:

[hackers] [surf] [patch] chromebar update

2020-06-03 Thread Rhylx
Hi guys, I'm diving slowly into surf, and am playing with the patches a bit while waiting for you guys to bring a new fresh clean and suit version of surf :D. The chromebar patch is pretty old and according to me is becomed much more simpler today then it was in 2013. Correct me if I'm wrong but

[hackers] [sbase][PATCH] du: recurse: fix path

2020-06-03 Thread Richard Ipsum
path is not fixed up on exit from recursive step, this leads to incorrect paths in du's output. % find D D D/E D/E/F D/E/F/a2 D/E/F/b2 D/E/a1 D/E/b1 D/a D/b % du D 4 D/E/F 8 D/E 12 D % ~/sbase/du D 4 D/E/F/b2 8 D/E/b1 12 D --- libutil/recurse.c | 1 + 1 file

[hackers] [scroll] Move license to LICENSE || Jochen Sprickerhof

2020-06-03 Thread git
commit 708ce2abd91800b6ca637eb464ba6d78be74bf93 Author: Jochen Sprickerhof AuthorDate: Wed Jun 3 07:10:09 2020 +0200 Commit: Jochen Sprickerhof CommitDate: Wed Jun 3 07:10:09 2020 +0200 Move license to LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index