yofi icon indicating copy to clipboard operation
yofi copied to clipboard

yofi is a minimalistic menu for wayland

Results 39 yofi issues
Sort by recently updated
recently updated
newest added

I was unsure about where to put the function. ```config/params.rs``` seemed like the right place. Resolves #25

![image](https://user-images.githubusercontent.com/68642484/115105400-40642c80-9f7c-11eb-8c40-d7b3d0d24bcf.png) You can see the edges of the popup of `yofi` are sharp. Can I get the option to make them rounded?? I don't mean the rounding of the input...

Hello, Spotlight search from MacOS had this feature and in my opinion it was great and useful. What do you think about adding this feature? ![image](https://user-images.githubusercontent.com/34353640/112345747-9a4b3c80-8cc5-11eb-8090-a65b32138479.png)

For now, only a specified icon size can be used (except pixmaps). Some of the apps provide only big icons (e.g. 256x256), thus higher-resultion icons should be loaded, if there's...

For now layout is hardcoded and can only be change by changing code. These need to be configurable to fulfill the issue: - [x] window position 5387c5fedae78451cd4598260684428355139c8a - [x] window...

Currently number values for config can be only specified with exact pixels number. Would be handy to support percent values as well. For now it's fine to implement it for...

good first issue

It might be handy to support clipboard. - Copy, as far as I know, won't work, because no other wayland client can get a buffer after exit. And since yofi...

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....

good first issue

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...