Mantacid

Results 26 comments of Mantacid

I'm having the same issue. I doubt the project is dead. My guess is that some API key is misconfigured. I'll see what I can find.

Looking up crimeflare showed that the sites are no longer up. I'm not surprised; putting the site that circumvents cloudflare behind cloudflare was bound to piss them off.

> If someone works on this, please do it for the modeline too. If you use the `modeline` and `modeline-inactive` properties in your theme definition, you already can. They're used...

I will also add that fonts should be easier to select, as the default that comes with lem has some interesting behavior with the lowercase m specifically.

After looking a bit more, I realize that this feature has already been suggested, but only in the context of providing options for window creation. The implementation I describe would...

I suppose you're right. However, If I wanted to generate any possible window configuration controlled by some other backend, I couldn't just use a literal that pulls from window arguments,...

I mean, as long as custom properties can be assigned to windows, what's to stop eww from handling click through rather than X11/Wayland? An extremely janky solution would be to...

I attempted to change the theme from a different menu, and that crashed as well. It might be related to this issue.

I had the idea to use comma-splicing to insert a separate list into the body of the define-lexer macro. This worked, but redefining the list didn't update the function, and...

I have just realized that this is the job of the parser, not the lexer. I'd still be interested in learning how that kind of thing would be accomplished, though.