Update clipedit script
This commit is contained in:
parent
a62333b5dc
commit
66f9cec5aa
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
, lib
|
, lib
|
||||||
, xclip
|
, xclip
|
||||||
, coreutils
|
, coreutils
|
||||||
, terminal-command ? "alacritty -e"
|
, terminal-command ? "kitty -e"
|
||||||
}:
|
}:
|
||||||
# 64 │ function clipcopy() { xclip -in -selection clipboard < "${1:-/dev/stdin}"; }
|
# 64 │ function clipcopy() { xclip -in -selection clipboard < "${1:-/dev/stdin}"; }
|
||||||
# 65 │ function clippaste() { xclip -out -selection clipboard; } clip
|
# 65 │ function clippaste() { xclip -out -selection clipboard; } clip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue