diff options
author | Phil Jones <philj56@gmail.com> | 2022-10-22 21:55:58 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-10-22 22:01:41 +0100 |
commit | fdcda651241ace04d895b9efa77d261029e0da68 (patch) | |
tree | 74c2bc4304e0fa1d501cc4d88bc2985b7eba6566 /doc/config | |
parent | 820fb11b9bb034a1ee2685ff9272f031d27dcd38 (diff) |
Add --terminal option.
Diffstat (limited to 'doc/config')
-rw-r--r-- | doc/config | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -158,6 +158,11 @@ # Otherwise, just print the command line to stdout. drun-launch = false + # The terminal to run terminal programs in when in drun mode. + # This option has no effect if drun-launch is set to true. + # Defaults to the value of the TERMINAL environment variable. + # terminal = foot + # Delay keyboard initialisation until after the first draw to screen. # This option is experimental, and will cause tofi to miss keypresses # for a short time after launch. The only reason to use this option is |