Re: [hackers] Re: [dmenu][PATCH] make prompt padding symmetric

2017-12-07 Thread Hiltjo Posthuma
On Thu, Dec 07, 2017 at 10:51:17PM +0100, Alessandro Caputo wrote: >Sorry, forgot to add some info. >At least on my two computers and with the fonts I tested, there's a >problem with the padding of dmenu's prompt. >I have attached two screenshots with simply an 'O' as prompt, and

Re: [hackers] Re: [dmenu][PATCH] make prompt padding symmetric

2017-12-07 Thread Markus Teich
Alessandro Caputo wrote: > At least on my two computers and with the fonts I tested, there's a problem > with the padding of dmenu's prompt. > I have attached two screenshots with simply an 'O' as prompt, and these are > the pixel counts on each side of the 'O': > - original: 18 left, 11 right > -

[hackers] Re: [dmenu][PATCH] make prompt padding symmetric

2017-12-07 Thread Alessandro Caputo
Sorry, forgot to add some info. At least on my two computers and with the fonts I tested, there's a problem with the padding of dmenu's prompt. I have attached two screenshots with simply an 'O' as prompt, and these are the pixel counts on each side of the 'O': - original: 18 left, 11 right -

[hackers] [dmenu][PATCH] make prompt padding symmetric

2017-12-07 Thread Alessandro Caputo
--- dmenu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmenu.c b/dmenu.c index eae5685..4173c62 100644 --- a/dmenu.c +++ b/dmenu.c @@ -604,7 +604,7 @@ setup(void) y = topbar ? 0 : wa.height - mh; mw = wa.width; } - promptw =

[hackers] [blind] Makefile: Use .bo instead of .mcb.o, and $(HDR) instead of *.h || Mattias Andrée

2017-12-07 Thread git
commit c8c786ee5a16fec99414d6064a2f16a2745d18dd Author: Mattias Andrée AuthorDate: Tue Dec 5 23:10:53 2017 +0100 Commit: Mattias Andrée CommitDate: Tue Dec 5 23:12:51 2017 +0100 Makefile: Use .bo instead of .mcb.o, and $(HDR) instead of *.h

[hackers] [blind] Fix makefile || Mattias Andrée

2017-12-07 Thread git
commit 7ee326b71e1846c3b79be5aea9d9bfd94ef5aa38 Author: Mattias Andrée AuthorDate: Tue Dec 5 23:19:23 2017 +0100 Commit: Mattias Andrée CommitDate: Tue Dec 5 23:19:23 2017 +0100 Fix makefile Signed-off-by: Mattias Andrée

[hackers] [blind] Improve makefile || Mattias Andrée

2017-12-07 Thread git
commit 881f7b4aa699291ae22db304dc9e259cb8331b58 Author: Mattias Andrée AuthorDate: Thu Dec 7 17:16:12 2017 +0100 Commit: Mattias Andrée CommitDate: Thu Dec 7 17:52:43 2017 +0100 Improve makefile Almost fully (to the greatest extent

[hackers] [blind] blind-peek-head: fix minor compile-time bug || Mattias Andrée

2017-12-07 Thread git
commit 7fd0d921407ab77e67947a3e8ecd96686db25a6e Author: Mattias Andrée AuthorDate: Thu Dec 7 17:55:46 2017 +0100 Commit: Mattias Andrée CommitDate: Thu Dec 7 17:55:51 2017 +0100 blind-peek-head: fix minor compile-time bug Signed-off-by: