diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/tessen.1.scd | 10 | ||||
-rw-r--r-- | man/tessen.5.scd | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/man/tessen.1.scd b/man/tessen.1.scd index afc9f8a..e68fa32 100644 --- a/man/tessen.1.scd +++ b/man/tessen.1.scd @@ -25,7 +25,7 @@ The options understood by tessen are: *-d*, *--dmenu*, *--dmenu=*[dmenu backend] specify a dmenu backend - the list of recognized backends are *fuzzel*, - *tofi*, *bemenu*, *yofi*, *wofi*, *rofi*, and *dmenu* + *tofi*, *mew*, *yofi*, *wofi*, *rofi*, and *dmenu* *-a*, *--action*, *--action=*[action] specify either *autotype*, *copy*, or *both* @@ -58,7 +58,7 @@ considered case-insensitive. 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 -*fuzzel*(1), *tofi*(1), *bemenu*(1), *yofi*, *wofi*(1), *rofi*(1) or *dmenu* in +*fuzzel*(1), *tofi*(1), *mew*(1), *yofi*, *wofi*(1), *rofi*(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 @@ -94,7 +94,7 @@ tessen depends on - *bash*(1) - at least one wayland native dmenu backend - *fuzzel*(1), *tofi*(1), - *bemenu*(1), *wofi*(1), *rofi*(1), *dmenu* + *mew*(1), *wofi*(1), *rofi*(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) @@ -153,7 +153,7 @@ The 'autotype' key can be changed using the 'autotype_key' variable in the If the dmenu program of your choice supports custom keybindings with exit codes greater than or equal to 10, tessen can execute custom operations on a selected -file in the first menu. At the very least, *fuzzel*(1), *bemenu*(1), and +file in the first menu. At the very least, *fuzzel*(1), *mew*(1), and *rofi*(1) support this feature. The following exit codes have been mapped to the actions mentioned besides them @@ -192,7 +192,7 @@ _$XDG_CONFIG_DIRS/tessen/config_, _/etc/xdg/tessen/config_ # SEE ALSO *tessen*(5), *pass*(1), *gopass*(1) *pass-otp*(1), *fuzzel*(1), *tofi*(1), -*bemenu*(1), *wofi*(1), *rofi*(1), *wl-clipboard*(1), *wtype*(1), +*mew*(1), *wofi*(1), *rofi*(1), *wl-clipboard*(1), *wtype*(1), *notify-send*(1) # AUTHORS diff --git a/man/tessen.5.scd b/man/tessen.5.scd index e801e77..0a881d7 100644 --- a/man/tessen.5.scd +++ b/man/tessen.5.scd @@ -40,7 +40,7 @@ The following options are understood by the configuration file for *tessen*(1): *dmenu_backend* The default dmenu backend to use - either *fuzzel*(1), *tofi*(1), - *bemenu*(1), *wofi*(1), *rofi*(1), or *dmenu* + *mew*(1), *wofi*(1), *rofi*(1), or *dmenu* *action* @@ -135,7 +135,7 @@ The following options are understood by the configuration file for *tessen*(1): # SEE ALSO *tessen*(5), *pass*(1), *gopass*(1) *pass-otp*(1), *fuzzel*(1), *tofi*(1), -*bemenu*(1), *wofi*(1), *rofi*(1), *wl-clipboard*(1), *wtype*(1), +*mew*(1), *wofi*(1), *rofi*(1), *wl-clipboard*(1), *wtype*(1), *notify-send*(1) # AUTHORS |