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

Dunno why but `yofi binapps` tries to run $TERM when `execvp`. ``` > yofi --verbose binapps [2022-06-30][13:45:10][yofi::exec][DEBUG] execvp: "tmux-256color" ["tmux-256color", "/home/crazybyte/.local/bin/weechat"] thread 'main' panicked at 'execvp failed: ENOENT', src/exec.rs:60:41 note:...

Hi, nice project! It would be cool to have pinentry support like bemenu has via pinentry-bemenu.

If you scroll down the selection list before you start typing, the selection position does not move back up to the best match (the first item) as I would expect...

Currently, the only to navigate in yofi is through the keyboard. This includes both scrolling and selecting an entry. It would be great if one could also scroll and select...

```thread 'main' panicked at 'Initial roundtrip failed!: NoWaylandLib', src/main.rs:154:14 stack backtrace: 0: 0x56133e43fdbb - ::fmt::h04e1659590c75b7f 1: 0x56133e2dcbfc - core::fmt::write::h934b5967ac569ed6 2: 0x56133e42e784 - std::io::Write::write_fmt::h5ab422a8ac80f319 3: 0x56133e4356f0 - std::panicking::default_hook::{{closure}}::h494c7f9d4414967f 4: 0x56133e436022 -...

Repro: 1. Clone at head (rn thats https://github.com/l4l/yofi/commit/17edf903cc76f9e83e7f77ba39de87fa26c44a4d) 2. `LD_LIBRARY_PATH="$(nix eval --raw nixpkgs.wayland)/lib" cargo run` Crash: ``` thread 'main' panicked at '[calloop] Encountered an orphan event: wl_keyboard@19 : keymap', /home/xxx/.cargo/registry/src/github.com-1ecc6299db9ec823/smithay-client-toolkit-0.15.3/src/event_loop.rs:49:17...

Other launchers like dmenu and rofi launch fine setting the $menu as the command that opens it from terminal. Output of `swaymsg exec yofi` results `[common/ipc-client.c:67] Unable to connect to...

If you run yofi and do not have the default font installed it does this ![lol](https://user-images.githubusercontent.com/45698918/153736350-5e7bfc05-ed65-42b1-a1fc-e4a56517dd2a.png) After changing font in config with ```font = "/usr/share/fonts/noto/NotoSansDisplay-Thin.ttf"``` ![lol](https://user-images.githubusercontent.com/45698918/153736373-3cf2f519-ae9d-4ecf-97f5-ca76a3da5e98.png)

Some launchers take the icons from the app itself when the icon pack does not have the app icon, it would be nice to have this in yofi. ![image](https://user-images.githubusercontent.com/49354525/151427577-e10fab20-9539-4996-8af5-d321175a8306.png) >...

Great project! I'd like to be able to install it will cargo: ``` cargo install yofi ``` This means I can also update via cargo as well, rather than have...