clipedit.sh: use -c in st invocation

This commit is contained in:
dogeystamp 2023-06-12 14:54:54 -04:00
parent 2e2d8ab300
commit 083aa183eb
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -4,7 +4,7 @@
TMPFILE="$(mktemp)"
#xsel -b > "$TMPFILE"
st -g 60x8+0+800 -n popup-bottom-center \
st -g 60x8+0+800 -c popup-bottom-center \
-e nvim -c "set binary noeol" -c "startinsert" "$TMPFILE" -c "highlight Normal ctermbg=016"
cat "$TMPFILE" | xsel -ib
rm "$TMPFILE"