aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2017-03-11 19:10:45 +0100
committerRasmus Steinke <rasi@xssn.at>2017-03-11 19:10:45 +0100
commite72d58a655710319268371ac735616b17d2e6863 (patch)
treef3b8765c08e8848b7b1b23c98cadc4b83136f968
parent9837c6652a641e6ba76322cade6d1815119c26b8 (diff)
downloadrofi-pass-e72d58a655710319268371ac735616b17d2e6863.tar.gz
mention keyboard layouts in README
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4205db5..5fe857f 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,11 @@ addpass --name "My new Site" +user "zeltak" +branch "branch" +custom "foobar" +a
Also included is an import script for keepass2 databases. It's the same script that can be downloaded from the pass homepage, with some minor modifications to match rofi-pass structure.
+## FAQ
+
+* rofi pass prints garbage instead of my actual passes
+** Set your keyboard layout in config
+
## Alternative
jreinert has written the roughly compatible tool [autopass](https://github.com/jreinert/autopass). It has less features, but definately saner code.