diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2024-02-18 08:37:32 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2024-02-18 08:38:05 -0500 |
| commit | 230dbd3b195867972de2db98b47b27288aad9901 (patch) | |
| tree | 3a4af97c51cc60aa11347e317c660c44d6c3afb1 | |
| parent | 2c208b96f9ae2657d3a51144f6ddaa077ac2ebef (diff) | |
| download | dotfiles-230dbd3b195867972de2db98b47b27288aad9901.tar.gz dotfiles-230dbd3b195867972de2db98b47b27288aad9901.tar.xz | |
Fix bemenu's buggy password input handling on Fedora
| -rwxr-xr-x | bin/bemenu_askpass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bemenu_askpass b/bin/bemenu_askpass index 08aede9..0f0a1a6 100755 --- a/bin/bemenu_askpass +++ b/bin/bemenu_askpass @@ -1,5 +1,5 @@ #!/bin/sh exec <&- exec 2<&- -exec bemenu -x -p "${1:-OpenSSH Passphrase: }" <<EOF +exec bemenu -x indicator -p "${1:-OpenSSH Passphrase: }" <<EOF EOF |
