diff options
author | Ayush Agarwal <ayushnix@fastmail.com> | 2023-03-05 22:02:00 +0530 |
---|---|---|
committer | Ayush Agarwal <ayushnix@fastmail.com> | 2023-03-22 02:14:24 +0530 |
commit | ef6a3c21979eec7abd09199ee3617079961f672d (patch) | |
tree | 79a76dc0e482af73d61d793d0df0a046a2b63dce /man | |
parent | 6d2020a1d2269f0845368f4275d5a22beadb10dc (diff) |
man: add doc for fuzzel, tofi, and yofi config
Diffstat (limited to 'man')
-rw-r--r-- | man/tessen.5.scd | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/man/tessen.5.scd b/man/tessen.5.scd index 72cd546..eb48125 100644 --- a/man/tessen.5.scd +++ b/man/tessen.5.scd @@ -23,7 +23,7 @@ key="val" The double quotes should always be specified as mentioned. -A default configuration file is available at +A default configuration file is also available at https://git.sr.ht/~ayushnix/tessen/blob/master/config @@ -46,6 +46,21 @@ The following options are understood by the configuration file for *tessen*(1): autotyping and copying, it is recommended to leave this option commented or unspecified. + *fuzzel_config_file* + + The path to the configuration file of *fuzzel*(1). The location of the + file specified here is passed to fuzzel using its *-config=* option. + + *tofi_config_file* + + The path to the configuration file of *tofi*(1). The location of the + file specified here is passed to tofi using its *-c* option. + + *yofi_config_file* + + The path to the configuration file of yofi. The location of the file + specified here is passed to fuzzel using its *-config-file* option. + *rofi_config_file* The path to the configuration file of *rofi*(1). The location of the |