Skip to content

fetch_client_menu

fdev31 edited this page Feb 10, 2024 · 6 revisions

Bring any window to the active workspace using a menu.

A bit like the expose plugin but using a menu instead (less intrusive).

Sample hyprland.conf:

Note

Added in 1.10

Commands

  • fetch_client_menu: display the menu allowing selection of the client to show

Configuration

separator (optional)

S default value is "|"

Changes the character (or string) used to separate a menu entry from its entry number.

engine (optional)

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

Supported engines:

  • tofi
  • rofi
  • wofi
  • bemenu
  • dmenu

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 (optional)

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

Clone this wiki locally