Hi Connor,
On 14 May 2016 at 17:24, Connor Lane Smith wrote:
> Attached is a dwm patch that pulls out all of the key and button
> handlers, and all of the layouts, into a new file called config.c,
> replacing config.h. The idea is that it makes it clearer what is dwm
> proper and what is just a p
On Sun, May 15, 2016 at 08:28:20PM +0300, Alexander Krotov wrote:
Need to state somewhere that it is a vector format, as bitmap fonts are
already ok. dwm supported bitmap fonts only before it switched to Xft.
Plan 9 font format is bitmap [1], it is used internally for all font
rendering, and also
I liked my own idea better [0] - this patch moves the keyboard
handling into a shell script as a whole. It probably doesn't apply
cleanly right now and I would assist you in updating it.
I'm generally in favor atomizing the kinds of functionality involved.
cheers!
mar77i
[0] https://github.com/ma
On Sat, May 14, 2016 at 09:03:44PM +0200, robin wrote:
> So i took up the challenge of making a suckless font rendering library.
> The problem: my lvl is barely above noob.
> Maybe it will spark some motivation in someone more talented.
>
> https://github.com/byllgrim/tinyfont
>
I have submitted
On Sat, 14 May 2016 16:24:10 +0100
Connor Lane Smith wrote:
> Attached is a dwm patch that pulls out all of the key and button
> handlers, and all of the layouts, into a new file called config.c,
> replacing config.h. The idea is that it makes it clearer what is dwm
> proper and what is just a pa
On 15/05/2016, Hiltjo Posthuma wrote:
> I'm against this idea. It is simpler to hack if everything is one file which
> is
> normal for alot of suckless tools. It is not very clear to me what is
> considered a config or "the code" neccesarily.
I personally feel that the benefits of having only one
On Sat, May 14, 2016 at 04:24:10PM +0100, Connor Lane Smith wrote:
> Hi all,
>
> Attached is a dwm patch that pulls out all of the key and button
> handlers, and all of the layouts, into a new file called config.c,
> replacing config.h. The idea is that it makes it clearer what is dwm
> proper and