xsel change log location

This commit is contained in:
strogiyotec 2020-08-14 18:11:40 -07:00
parent eba6ee2d55
commit f6d119a17d
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ function default_copy_command () {
elif [[ $(program_exists "wl-copy") = "1" ]]; then # wl-clipboard: Wayland clipboard utilities
echo "wl-copy"
elif [[ $(program_exists "xsel") = "1" ]]; then
echo "xsel -i --clipboard"
echo "xsel -i --clipboard -l $HOME/.local/share/.xsel.log"
elif [[ $(program_exists "xclip") = "1" ]]; then
echo "xclip -selection clipboard"
elif [[ $(program_exists "putclip") = "1" ]]; then # cygwin clipboard command