Daky

Results 8 comments of Daky

I've implemented this but @knah rejected the idea we would depend on other library like libwebp. I asked already 6 months ago and recently but same answer. So either I'll...

> Altho please do make that fork! We'll see if @knah is wiling to react. If not I could make a fork but beware that maintaining fork is effort. Tho...

As you know with EAC thing, this won't happen. But if you're interested: I ported lfs to cvr and I added webp support too.

> Main thing I'm wanting is true shader anticrash but I agree I would love to have these too @Pokeduel From what I understood, this is not necessary because cvr...

@knah ping, do you mind merging or reviewing this?

Recently https://github.com/tgrosinger/recent-files-obsidian/pull/97 added a popup with full path when hovering the mouse. The creator raised concern (a) it would look too cluttered and (b) adding settings. Since I'm also looking...

Your last idea is the simplest indeed. I did like this: ```exec_always pkill -f ~/bin/swaycons; ~/bin/swaycons &``` Note: using `pkill -f` is safer so we only kill that process and...