Kitsu
Kitsu
It's useful to launch multiple apps. That somewhat tiresome to launch yofi each time, so it would be handy to handle a hotkey which can launch app without closing yofi....
This should be done in a conflicting feature (i.e. binary either build with wayland support or with x11 but not both). I believe (hope) sdl2 might nicely fit the current...
It would be nice to handle mouse clicks and touchpad devices touches so the app is closed on clicking/touching the outer region. There's no need for special handling, just calling...
## Description Using both `toolchain` parameter and rust-toolchain file leads to weird behavior. Particularly the error is missing rustfmt: ` error: 'cargo-fmt' is not installed for the toolchain`. I did...
What is the proper way of maintaining a "reliable" consumer? And by reliable I mean that it should be available during whole program execution. Particularly, if there's an error on...
No semantic should be made there, if found it's an error. Some other hints to improve the code: - split up the god-types (i.e. the ones with >5 fields), in...
off-topic look at me mom, i'm such a foss-contributor
 > corrupted icon file (palette overflow)
submlime-fuzzy introduced in #125 allows to fine-tune matching parameters which is kinda nice. - Add `matching` section to config; - Add there options for [Scoring](https://docs.rs/sublime_fuzzy/latest/sublime_fuzzy/struct.Scoring.html) (use default values if some...