Update clipedit script

This commit is contained in:
Filippo Berto 2023-08-22 15:45:14 +02:00
parent a62333b5dc
commit 66f9cec5aa
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -2,7 +2,7 @@
, lib
, xclip
, coreutils
, terminal-command ? "alacritty -e"
, terminal-command ? "kitty -e"
}:
# 64 │ function clipcopy() { xclip -in -selection clipboard < "${1:-/dev/stdin}"; }
# 65 │ function clippaste() { xclip -out -selection clipboard; } clip