add click event to not mess up terminals

This commit is contained in:
Rasmus Steinke 2015-08-09 03:46:22 +02:00
parent 6f26104ead
commit f3640a1670

View File

@ -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