GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
tofi(1) FreeBSD 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

Print help and exit.

-c, --config <path>

Specify path to custom config file.

All config file options described in tofi(5) are also accepted, in the form --key=value.

<Up> | <Left> | <Ctrl>-k | <Ctrl>-p

Move the selection back one entry.

<Down> | <Right> | <Ctrl>-j | <Ctrl>-n | <Tab>

Move the selection forward one entry.

<Page Up>

Move the selection back one page.

<Page Down>

Move the selection forward one page.

<Ctrl>-u

Delete line.

<Ctrl>-w | <Ctrl>-<Backspace>

Delete word.

<Enter>

Confirm the current selection and quit.

<Escape>

Quit without making a selection.

/usr/local/etc/xdg/tofi/config

Example configuration file.

$XDG_CONFIG_HOME/tofi/config

The default configuration file location.

$XDG_CACHE_HOME/tofi-compgen

Cached list of executables under $PATH, regenerated as necessary.

$XDG_CACHE_HOME/tofi-drun

Cached list of desktop applications, regenerated as necessary.

$XDG_STATE_HOME/tofi-history

Numeric count of commands selected in tofi-run, to enable sorting results by run count.

$XDG_STATE_HOME/tofi-drun-history

Numeric count of commands selected in tofi-drun, to enable sorting results by run count.

Philip Jones <philj56@gmail.com>

tofi(5), dmenu(1) rofi(1)

2025-07-17

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.