aboutsummaryrefslogtreecommitdiff
path: root/man/tessen.1.scd
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-08-15 20:55:05 +0300
committerawy <awy@awy.one>2025-08-15 20:55:05 +0300
commitdad052e6b3e45910dff5bc1ac0a53ecbb1456538 (patch)
treed3a3032d06d86bf92b381057e9e1f7914243e447 /man/tessen.1.scd
parentbae2d1cc887fd84bb7dbfbdca8a9804e6a716490 (diff)
Change bemenu to mewHEADmaster
Diffstat (limited to 'man/tessen.1.scd')
-rw-r--r--man/tessen.1.scd10
1 files changed, 5 insertions, 5 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