diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-06 14:29:46 +0200 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-06 14:29:46 +0200 | 
| commit | d2c9d33ad179c766c33b5c5829081d7ec9d931a4 (patch) | |
| tree | 40f8463012b7721d3babc6a26744dfc38a128914 /bin/menuscripts/mpass | |
| parent | e29fa5ad48e10322f972d82939f74c503892613e (diff) | |
checkpoint
Diffstat (limited to 'bin/menuscripts/mpass')
| -rwxr-xr-x | bin/menuscripts/mpass | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/menuscripts/mpass b/bin/menuscripts/mpass index 7029ffe..7348321 100755 --- a/bin/menuscripts/mpass +++ b/bin/menuscripts/mpass @@ -14,14 +14,14 @@ list_pswds()  while [ -d "$store/$file" ]  do -	choice="$(list_pswds "$store/$file" | commander -c)" +	choice="$(list_pswds "$store/$file" | dmenu -c -g 4 -l 4)"  	[ "$choice" ] || exit 1  	[ -z "$file" ] && file="$choice" || file="$file/$choice"  done  [ "$file" ] || exit 1  pass show -c "$file" || exit 1 -notify-send -t 1000 "mpass" "copied <b>$file</b>" +notify-send -t 1000 "mpass" "copied: $file"  [ "$WAYLAND_DISPLAY" ] && cliphist list >/dev/null && # on wayland and cliphist is running  	cliphist list | head -n 1 | cliphist delete  | 
