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.md | |
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.md')
-rw-r--r-- | doc/tofi.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/tofi.1.md b/doc/tofi.1.md index 491535f..f7c1297 100644 --- a/doc/tofi.1.md +++ b/doc/tofi.1.md @@ -34,6 +34,10 @@ on stdin, instead presenting a list of executables in the user's $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. |