aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2023-07-04 20:37:27 +0200
committerGitHub <noreply@github.com>2023-07-04 20:37:27 +0200
commitfa16c0211d898d337e76397d22de4f92e2405ede (patch)
tree4c4a0873cf71e6e60029dc987f9c9c21db1b7cc7 /README.md
parent629ad8d73a72d90f531ab6ebbdf78db710e25f2f (diff)
parentee3d945084b6841afc470e73c58299bfe89a0676 (diff)
downloadrofi-pass-fa16c0211d898d337e76397d22de4f92e2405ede.tar.gz
Merge pull request #231 from lilyinstarlight/feature/native-wayland
add native wayland support
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/README.md b/README.md
index fec1ffc..6581dfc 100644
--- a/README.md
+++ b/README.md
@@ -71,13 +71,29 @@ in a convenient way using [rofi](https://github.com/DaveDavenport/rofi).
* The field names for `user`, `url` and `autotype` are configurable
* Bookmarks mode (open stored URLs in browser, default: Alt+x)
* Share common used passwords between several entries (with different URLs, usernames etc)
+* Change backend with environment variable `ROFI_PASS_BACKEND`, valid
+ backends are `xdotool` or `wtype`. For example use `rofi-pass` with
+ [wtype](https://github.com/atx/wtype):
+ ```
+ ROFI_PASS_BACKEND=wtype rofi-pass
+ ```
+
+ or
+
+ ```
+ ROFI_PASS_BACKEND=wtype ROFI_PASS_CLIPBOARD_BACKEND=wl-clipboard rofi-pass
+ ```
+
+ Alternative change the backend in the config file using
+ `backend=wtype` or `clibpoard_backend=wl-clipboard`.
## Requirements
* [pass](http://www.passwordstore.org/)
* sed
* [rofi](https://github.com/DaveDavenport/rofi)
-* xdotool
+* xdotool or wtype
+* xclip or wl-clipboard
* gawk
* bash 4.x
* find