rm clipaste

pull/4/head
Gotbletu 11 years ago
parent b87d4b8555
commit 770723bb7e

@ -41,5 +41,5 @@ if [ -f ${DIR}/${FILE} ]; then
xsel ${XSEL_ARGS} < ${DIR}/${FILE}
# Paste into the current application.
xdotool key ctrl+v #gui paste
xdotool key ctrl+shift+v #cli
# xdotool key ctrl+shift+v #cli
fi

@ -46,5 +46,5 @@ if [ "${TEXT}" ]; then
echo -n ${TEXT} | xsel ${XSEL_ARGS}
# Paste into the current application.
xdotool key ctrl+v #gui paste
xdotool key ctrl+shift+v #cli
# xdotool key ctrl+shift+v #cli
fi

Loading…
Cancel
Save