Antti Korpi

Results 132 comments of Antti Korpi

Related, but maybe not quite what you're asking about: [Xwinwrap](https://github.com/mmhobi7/xwinwrap) lets you make whatever window your desktop _background_. I think the way it works is by parenting it onto the...

It definitely sounds to me like Xwinwrap or similar is the right tool for that. Hudkit does transparency and overlays, but for a background, you would need neither.

> Consider checking out [progrium/topframe](https://github.com/progrium/topframe) Thanks for link, I didn't know this existed. [I said hi](https://github.com/anko/hudkit/issues/7#ref-issue-845292298), and added a readme link.

I'd love this too, but I haven't been able to figure out how to make it work. As it stands, if I make the window able to be focused (by...

Such a list would be hard to keep up-to-date manually. When I was evaluating estree and surrounding tools, I searched npm for dependents of popular [estools](https://github.com/estools) packages, such as [escodegen's...

Just throwing more thoughts in the air hoping they might mesh with something: - Could generate code with [escodegen](https://github.com/estools/escodegen) or [Wisp](https://github.com/Gozala/wisp) if necessary. - API could be to return a...

:+1: This fixes the same issue for me.

Heyoo from https://github.com/anko/hudkit, which is like the Linux equivalent of topframe I guess? :wave: I [just found out](https://github.com/anko/hudkit/issues/7#issuecomment-826448507) that you exist! Hudkit is written in C, but if any of...

With `bash --norc` (a shell with no config), and Dota 2 launch options set to empty in Steam, the same seems to happen. [Logs and System Information here](https://gist.github.com/anko/9e31c2adc2026e73d83f83256c6f91ec). For completeness,...

> Is there anything that is known to be unusual about Void Linux compared with other distros? You've found the 2 main points: runit as default init, and musl as...