diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-02-28 11:07:53 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-02-28 11:07:53 +0100 |
commit | b1f98f302b57f009492fac779ff2e8471dffa2b3 (patch) | |
tree | 01c8b9019f1102cdb6569f9c3940ce9bed4730c4 /.config/rofi-pass/config | |
parent | e5e67f25eb9fb5f52997721cf2142468542ffaa9 (diff) |
fix rofi-pass + rofi wrapper inefficiencies
Diffstat (limited to '.config/rofi-pass/config')
-rw-r--r-- | .config/rofi-pass/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/rofi-pass/config b/.config/rofi-pass/config index 9b50ac0..d118659 100644 --- a/.config/rofi-pass/config +++ b/.config/rofi-pass/config @@ -1,2 +1,2 @@ #!/bin/sh -default_autotype='path :tab pass' +USERNAME_field='path' |