diff options
author | Ayush Agarwal <ayushnix@fastmail.com> | 2023-03-04 01:39:12 +0530 |
---|---|---|
committer | Ayush Agarwal <ayushnix@fastmail.com> | 2023-03-22 02:14:12 +0530 |
commit | 6d2020a1d2269f0845368f4275d5a22beadb10dc (patch) | |
tree | bb4c332d6800fa01e2d3c095d2cf1143c3f89cba /man | |
parent | ca9629fcb8ea21cfc12e000f9d1c714ce275c80b (diff) |
man: document the custom keybinding feature
Diffstat (limited to 'man')
-rw-r--r-- | man/tessen.1.scd | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/man/tessen.1.scd b/man/tessen.1.scd index 7e16ec9..aabcd0e 100644 --- a/man/tessen.1.scd +++ b/man/tessen.1.scd @@ -145,6 +145,36 @@ When specified as a value of the 'autotype' key, The 'autotype' key can be changed using the 'autotype_key' variable in the *tessen*(5) configuration file. +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 +*rofi*(1) support this feature. The following exit codes have been mapped to the +actions mentioned besides them + +[[ *Exit Code* +:[ *Action* +|[ 10 +: auto type username and password +|[ 11 +: auto type username +|[ 12 +: auto type password +|[ 13 +: open URL +|[ 14 +: copy username +|[ 15 +: copy password +|[ 16 +: copy URL +|[ 17 +: auto type OTP +|[ 18 +: copy OTP + +These exit codes can be mapped to custom keybindings by configuring the dmenu +program of your choice. + # FILES _$XDG_CONFIG_HOME/tessen/config_, _$HOME/.config/tessen/config_ |