diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-21 22:37:33 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-21 22:37:33 +0200 |
commit | 3145010306902a8b9e0a5863527837aa963afef5 (patch) | |
tree | a6d6750fa17c2964cd241afa8e963cac6106b390 /bin/menuscripts | |
parent | c9cc72113521b793d1baa0d2f558b97478a6acf4 (diff) |
checkpoint
Diffstat (limited to 'bin/menuscripts')
-rwxr-xr-x | bin/menuscripts/mpass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/menuscripts/mpass b/bin/menuscripts/mpass index 7348321..f513b16 100755 --- a/bin/menuscripts/mpass +++ b/bin/menuscripts/mpass @@ -14,7 +14,7 @@ list_pswds() while [ -d "$store/$file" ] do - choice="$(list_pswds "$store/$file" | dmenu -c -g 4 -l 4)" + choice="$(list_pswds "$store/$file" | commander -c)" [ "$choice" ] || exit 1 [ -z "$file" ] && file="$choice" || file="$file/$choice" done |