Skip to content

Desktop app launchers

Walker

  • GitHub
  • Active, >800 commits, 10 contributors
  • Go
  • AUR package: walker-bin

Walker plugins

  • Easy to extend: simple stdin/stdout (external or via configuration, see wiki)
  • Wiki: Plugins

Ulauncher

See ./ulauncher.md

Albert

Albert plugins

Issues

Terminal

When invoking a command from albert (i.e. ls -la), it uses this cmd to start the binary in a terminal:

sh -ic "/bin/zsh -ic ''/bin/ls' '-al''; exec /bin/zsh"

Together with the configurable terminal prefix (i.e. xterm -e):

xterm -e sh -ic "/bin/zsh -ic ''/bin/ls' '-al''; exec /bin/zsh"

Terminals to try out:

Terminals which won't work:

Terminal which work:

  • xterm
  • tilix
  • Kitty

Wofi

Rofi-like alternative for wlroots-based wayland compositors

Still clunky Fuzzy matching, i.e.

gopass ls --flat | wofi -d -i -M fuzzy

bemenu

Dynamic menu library and client program inspired by dmenu https://github.com/Cloudef/bemenu

  • Works with wayland
  • Very good fuzzy matching (better than wofi)

Build:

make clients wayland
sudo make install

Outdated