aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2024-02-18 08:37:32 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2024-02-18 08:38:05 -0500
commit230dbd3b195867972de2db98b47b27288aad9901 (patch)
tree3a4af97c51cc60aa11347e317c660c44d6c3afb1 /bin
parent2c208b96f9ae2657d3a51144f6ddaa077ac2ebef (diff)
downloaddotfiles-230dbd3b195867972de2db98b47b27288aad9901.tar.gz
dotfiles-230dbd3b195867972de2db98b47b27288aad9901.tar.xz
Fix bemenu's buggy password input handling on Fedora
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bemenu_askpass2
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