commit 29a8bfcc919b932436a3169b5fe305ea20ef5fca
parent ffc9ee8ccd67f83685a28dec5da8d973604d1394
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 21 Nov 2019 11:59:58 +0100
Hit Return after filling password
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.local/bin/passmenu b/.local/bin/passmenu
@@ -22,4 +22,6 @@ if [ $typeit -eq 0 ]; then
else
pass show "$password" | { IFS= read -r pass; printf %s "$pass"; } |
xdotool type --clearmodifiers --file -
+ sleep 1
+ xdotool key Return
fi