1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(rofi-pass): include via home-manager

also fix https://github.com/carnager/rofi-pass/issues/226
This commit is contained in:
2022-10-05 16:50:22 +02:00
parent f3bb52e820
commit 549282140f
4 changed files with 10 additions and 20 deletions

View File

@@ -1,12 +0,0 @@
diff --git a/rofi-pass b/rofi-pass
index 48928db..13682a5 100755
--- a/rofi-pass
+++ b/rofi-pass
@@ -15,7 +15,7 @@ _image_viewer () {
# We expect to find these fields in pass(1)'s output
URL_field='url'
-USERNAME_field='user'
+USERNAME_field='login'
AUTOTYPE_field='autotype'
OTPmethod_field='otp_method'