add click event to not mess up terminals
This commit is contained in:
parent
6f26104ead
commit
f3640a1670
@ -199,6 +199,7 @@ showEntry () {
|
|||||||
xdotool type ${word}
|
xdotool type ${word}
|
||||||
else
|
else
|
||||||
echo -n "${stuff[${word}]}" | xdotool type --clearmodifiers --file -
|
echo -n "${stuff[${word}]}" | xdotool type --clearmodifiers --file -
|
||||||
|
xdotool click 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
elif [[ ${rofi_exit} -eq 1 ]]; then
|
elif [[ ${rofi_exit} -eq 1 ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user