-
Notifications
You must be signed in to change notification settings - Fork 25
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
-
fetch_client_menu: display the menu allowing selection of the client to show
S
default value is "|"
Changes the character (or string) used to separate a menu entry from its entry number.
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.
Extra parameters added to the engine command, the default value is specific to each engine.