Kitsu
Kitsu
What's the `system-ui` you are talking about? Tried both fontconfig and rust-fontconfig and the family name isn't found. I'm thinking about either providing a hardcoded list of well-known fonts, or...
This one unfortunately doesn't work for rust-fontconfig, you may try it with smth like this: ```rust fn main() { use rust_fontconfig::*; let path = FcFontCache::build().query(&FcPattern { familiy: Some("monospace".into()), ..Default::default() }).unwrap();...
`swaymsg exec yofi` works for me, what's your terminal? Also make sure that `$SWAYSOCK` is a valid socket file. Anyway that's a sway message from [here](https://github.com/swaywm/sway/blob/master/common/ipc-client.c#L67). So I suppose it's...
That's quite a strange behavior, may I ask you for stderr log of sway? There may be be some hint. `yofi apps` actually avoids blacklist handling (that one is a...
This one seems related: https://github.com/Smithay/wayland-rs/issues/372
Hi there, thank you for a proposal and sorry for a long response! To be honest this proposal sounds quite a strange feature request for me, hah. While it may...
Cool, thanks for detailed answers! I don't consider the feature useless, just felt it slightly outside of project scope. But potentially it's indeed might be very handy. Unfortunately I have...
I also was thinking about this problem (pushed skeleton for mouse support at https://github.com/l4l/yofi/tree/wip-mouse-support) and that's actually not a hard one to implement. Essentially one need to accurately calculate list...
Hey, thanks for reaching out. I've never used the pinentry yet, so could you please describe the usecase in more details. I want to ensure that it does not fits...
Is there something that trigger program launch or you do it manually? I have no Yubikey, but would like to test is somehow.