5 lines
184 B
Bash
5 lines
184 B
Bash
echo "Turn off fcitx5 clipboard that is interferring with other applications"
|
|
|
|
mkdir -p ~/.config/fcitx5/conf
|
|
cp $OMARCHY_PATH/config/fcitx5/conf/clipboard.conf ~/.config/fcitx5/conf/
|