summaryrefslogtreecommitdiff
path: root/scripts/passmenu-otp
diff options
context:
space:
mode:
authorJake Koroman <jake@jakekoroman.com>2026-05-03 10:37:41 -0400
committerJake Koroman <jake@jakekoroman.com>2026-05-03 10:37:41 -0400
commitbe002f4d0294f706a4a43925caea84379670f93b (patch)
treeee1cf77bbf3046e19f3c9b1602c05a8513fdcb63 /scripts/passmenu-otp
parentc1a8b42fa8b439250b92efad483dc5a014dec164 (diff)
added sway. a whole bunch of changes.
Diffstat (limited to 'scripts/passmenu-otp')
-rwxr-xr-xscripts/passmenu-otp3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/passmenu-otp b/scripts/passmenu-otp
index 379fd8f..fce09be 100755
--- a/scripts/passmenu-otp
+++ b/scripts/passmenu-otp
@@ -14,7 +14,8 @@ password_files=( "${password_files[@]#"$prefix"/}" )
password_files=( "${password_files[@]%.gpg}" )
# dmenu_cmd="wofi_style --show dmenu $@"
-dmenu_cmd="dmenu -l 12 -i $@"
+# dmenu_cmd="dmenu -l 12 -i $@"
+dmenu_cmd="fuzzel --dmenu -l 12 $@"
password=$(printf '%s\n' "${password_files[@]}" | $dmenu_cmd)
[[ -n $password ]] || exit