clipedit.sh: use -c in st invocation
This commit is contained in:
parent
2e2d8ab300
commit
083aa183eb
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user