From f3640a16709232a9de8cac6510d708b15cfba5f9 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Sun, 9 Aug 2015 03:46:22 +0200 Subject: [PATCH] add click event to not mess up terminals --- rofi-pass | 1 + 1 file changed, 1 insertion(+) diff --git a/rofi-pass b/rofi-pass index ae2ec05..2795374 100755 --- a/rofi-pass +++ b/rofi-pass @@ -199,6 +199,7 @@ showEntry () { xdotool type ${word} else echo -n "${stuff[${word}]}" | xdotool type --clearmodifiers --file - + xdotool click 1 fi fi elif [[ ${rofi_exit} -eq 1 ]]; then