diff options
author | Ayush Agarwal <ayushnix@fastmail.com> | 2022-03-05 00:42:35 +0530 |
---|---|---|
committer | Ayush Agarwal <ayushnix@fastmail.com> | 2022-03-05 00:42:35 +0530 |
commit | 9249b7c3399e131e2235679f69b6c741209cf68b (patch) | |
tree | fc5cf03afe644e1df81da0a8d3aa097190fbd454 | |
parent | f940209b6f5592013525219d5a37fe7212b034a6 (diff) |
docs: update man pages to point out f940209
-rw-r--r-- | man/tessen.1.scd | 10 | ||||
-rw-r--r-- | man/tessen.5.scd | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/man/tessen.1.scd b/man/tessen.1.scd index 6e9076a..062ef17 100644 --- a/man/tessen.1.scd +++ b/man/tessen.1.scd @@ -24,7 +24,7 @@ The options understood by tessen are: *-d*, *--dmenu*, *--dmenu=*[dmenu backend] specify a dmenu backend - the list of recognized backends are *rofi*, - *fuzzel*, *bemenu*, and *wofi* + *fuzzel*, *bemenu*, *wofi*, and *dmenu* *-a*, *--action*, *--action=*[action] specify either *autotype*, *copy*, or *both* @@ -54,9 +54,9 @@ URI. However, if a key called 'password' is present, it will be ignored. Note that tessen does NOT support parsing YAML files when using *gopass*(1). If a dmenu backend is not specified, tessen tries to find either one of -*rofi*(1), *fuzzel*(1), *bemenu*(1), or *wofi*(1) in the order mentioned here. -If *rofi* is used, it is expected that the wayland native fork of rofi -(https://github.com/lbonn/rofi) is being used. The original rofi +*rofi*(1), *fuzzel*(1), *bemenu*(1), *wofi*(1), or *dmenu* in the order +mentioned here. If *rofi* is used, it is expected that the wayland native fork +of rofi (https://github.com/lbonn/rofi) is being used. The original rofi (https://github.com/davatorium/rofi) implementation made for X.Org is NOT supported. @@ -85,7 +85,7 @@ tessen depends on - *bash*(1) - at least one wayland native dmenu backend - *rofi*(1), *fuzzel*(1), - *bemenu*(1), *wofi*(1) + *bemenu*(1), *wofi*(1), *dmenu* - at least one pass backend - either *pass*(1) or *gopass*(1) - *wtype*(1) (if you want to autotype data) - *wl-clipboard*(1) (if you want to copy and paste data) diff --git a/man/tessen.5.scd b/man/tessen.5.scd index 1aed662..4c287f9 100644 --- a/man/tessen.5.scd +++ b/man/tessen.5.scd @@ -38,7 +38,7 @@ The following options are understood by the configuration file for *tessen*(1): *dmenu_backend* The default dmenu backend to use - either *rofi*(1), *fuzzel*(1), - *bemenu*(1), or *wofi*(1) + *bemenu*(1), *wofi*(1), or *dmenu* *action* |