This commit is contained in:
Schrottkatze 2022-11-01 18:18:56 +01:00
parent 2748983e06
commit d39468811e
2 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@ tr_name=$(echo $@ | xargs)
if [ x"$tr_name" != x"" ]; then
tr_name="${tr_name% (*}"
clipdata=$(xclip -selection c -o)
echo $clipdata > $HOME/permaclip/$tr_name
echo "$clipdata" > $HOME/permaclip/$tr_name
fi
echo -e "\0markup-rows\x1ftrue"