On Sat 15 Jun 2024, Zac wrote:
>
> In a number of spots in dwm and st I've seen the use of integers as booleans.
> e.g.
> - dwm.c line 95, 140, 1870
> - drw.c line 252
> - st.c line 44, 48
>
> That's not an extensive list; just some examples.
>
> I'm curious why you use ints though. Because boo
On Mon 24 Jul 2023, Sagar Acharya wrote:
>
> I see C compilers recommended by suckless are:
>
> tinycc
> simplecc
> cproc
> qbe
> lacc
>
> Which variant of C do they offer? What are the differences and do they offer
> sufficient features to express with a program completely?
Whether they are s
On Wed 05 Jul 2023, Nikita Krasnov wrote:
> >
> > I'm on this mailing list to stay in the loop on updates and patches to
> > software I use. Not present evangelical arguments to someone who doesn't
> > know what to believe in.
>
> [P]lus, it's not like it's too busy here anyways.
Would you also
On Mon 29 Aug 2022, Seb wrote:
>
> I am using xterm under tabbed (v.0.6) and some of the polish
> characters which are in the directory name are not displayed in the
> tabs and the rest of the name is truncated, for instance:
>
> /home/seb/żółty is truncated to /home/seb/żó
>
> when I set the Xr
On Sat 07 May 2022, Yan Doroshenko wrote:
>
> Not sure if this is of any help, but I was having troubles with DWM on
> two monitors as well, one screen was not recognized by DWM.
>
> A 1 second delay before running my screen layout script was enough to
> fix it, here's an explanation:
>
> https:
On Fri 15 Apr 2022, Chibby Bromanson wrote:
> On Fri, Apr 15, 2022 at 02:20:25PM +0200, Wolf wrote:
> > On 2022-04-15 08:51:50 +, Hadrien Lacour wrote:
> > >
> > > Some implementation details: do you really need autohell when the only
> > > thing
> > > you use it for is to detect the presence
On Tue 01 Feb 2022, NRK wrote:
> On Mon, Jan 31, 2022 at 12:10:27AM +0200, Petros Pateros wrote:
> > However, it was pointed out to me that relying on mtime can give wrong
> > results,
> > for example:
> > (a) if the clock is set backwards or in case of insufficient granularity in
> > mtime
> > t