Skip to content

Menu capability

Menu based plugins have the following configuration options:

engine

Not set by default, will autodetect the available menu engine.

Supported engines:

  • tofi
  • rofi
  • wofi
  • bemenu
  • dmenu
  • anyrun

NOTE

If your menu system isn't supported, you can open a feature request

In case the engine isn't recognized, engine + parameters configuration options will be used to start the process, it requires a dmenu-like behavior.

parameters

Extra parameters added to the engine command, the default value is specific to each engine.

IMPORTANT

Setting this will override the default value!

In general, rofi-like programs will require at least -dmenu option.

TIP

You can use '[prompt]' in the parameters, it will be replaced by the prompt, eg:

sh
-dmenu -matching fuzzy -i -p '[prompt]'