diff options
author | Phil Jones <philj56@gmail.com> | 2022-06-26 22:45:55 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-06-26 22:45:55 +0100 |
commit | 5798c22da8ab204de46054871541e4363b6319e3 (patch) | |
tree | 03f750585a27b4b2c3e1887a977c5829a1691d64 /doc/tofi.1.scd | |
parent | c8fdae6e43569b32def2f5faa6cdd1d6973d12dd (diff) |
Fix multiple output handling.
The --output option can be passed to select a specific output to appear
on. Which output is chosen otherwise is currently random, as I don't
know yet how to determine which one the user's currently on.
Diffstat (limited to 'doc/tofi.1.scd')
-rw-r--r-- | doc/tofi.1.scd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/tofi.1.scd b/doc/tofi.1.scd index af9d8de..882ba57 100644 --- a/doc/tofi.1.scd +++ b/doc/tofi.1.scd @@ -31,6 +31,9 @@ instead presenting a list of executables in the user's $PATH. *-c, --config* <path> Specify path to custom config file. +*--output* <name> + Select the output to appear on. + *--late-keyboard-init* Delay keyboard initialisation until after the first draw to screen. This option is experimental, and will cause tofi to miss keypresses |