dotfiles
dotfiles copied to clipboard
Fuzzy launcher
bemenu doesn't seem to be doing fuzzy matching like rofi did.
May consider going back to rofi via this Wayland fork.
tofi looks promising. Here's a derivation:
{ fetchurl, pkgs, stdenv }:
stdenv.mkDerivation rec {
pname = "tofi";
# No release yet contains fuzzy matching.
version = "aaccdaa155a82bc7a98e4f82fc24415d6dd4e4db";
src = fetchurl {
url = "https://github.com/philj56/tofi/archive/${version}.tar.gz";
sha256 = "1v4r50rj3vgrgw3sg80b8g9zl2a9sixgrh6yrq57fw1mzy1w1gpd";
};
buildInputs = with pkgs; [ cairo harfbuzz libxkbcommon meson ninja pango pkg-config scdoc wayland wayland-protocols ];
}
Fuzzy matching needs enabling in config. Example: https://github.com/philj56/tofi/blob/master/doc/config
Unclear how to apply themes. Lack of readline binds at the moment.
https://github.com/samhh/dotfiles/commit/b0d6561e4e9c15d9ab4fa5d99391c8a4a17cc933