[dev] [general][discussion] constants: `#define` or `static const`

2017-10-12 Thread Matthew Parnell
; pre-processor could go either way, "static const" has scope and type safety, etc. But specifically about the suckless style; I have seen a lot of `#define`s and a few `static const` in suckless code. What is more in line with the suckless style, and why? Cheers, -- Matthew Parnell m...@parnmatt.co.uk

Re: [dev] [PATCH 2/2] slstatus: determine the number of cpu's in runtime

2017-09-16 Thread Matthew Parnell
, -- Matthew Parnell m...@parnmatt.co.uk

Re: [dev] Opinions on GNU stow

2017-08-31 Thread Matthew Parnell
here's anything necessarily wrong with the concept of using GNU Stow for a nice wrapper around symlinking, for specific purposes, such as dotfile management etc. In fact, I was thinking of writing a GNU Stow drop in replacement in Suckless-style C when I find some time (GNU Stow is written i

Re: [dev] st copyurl patch broken link

2017-08-14 Thread Matthew Parnell
ted) Sorry again, Cheers, -- Matthew Parnell m...@parnmatt.co.uk