tofi(1) | General Commands Manual | tofi(1) |
tofi - Tiny dynamic menu for Wayland, inspired by rofi(1) and dmenu(1).
tofi [options...]
tofi-run [options...]
tofi-drun [options...]
tofi is a tiny dynamic menu for Wayland compositors supporting the layer-shell protocol. It reads newline-separated items from stdin, and displays a graphical selection menu. When a selection is made, it is printed to stdout.
When invoked via the name tofi-run, tofi will not accept items on stdin, instead presenting a list of executables in the user's $PATH.
When invoked via the name tofi-drun, tofi will not accept items on stdin, and will generate a list of applications from desktop files as described in the Desktop Entry Specification.
-h, --help
-c, --config <path>
All config file options described in tofi(5) are also accepted, in the form --key=value.
<Up> | <Left> | <Ctrl>-k
<Down> | <Right> | <Ctrl>-j | <Tab>
<Ctrl>-u
<Ctrl>-w | <Ctrl>-<Backspace>
<Enter>
<Escape>
/etc/xdg/tofi/config
$XDG_CONFIG_HOME/tofi/config
$XDG_CACHE_HOME/tofi-compgen
$XDG_CACHE_HOME/tofi-drun
$XDG_STATE_HOME/tofi-history
$XDG_STATE_HOME/tofi-drun-history
Philip Jones <philj56@gmail.com>
2022-11-29 |