diff --git a/config/fcitx5/conf/clipboard.conf b/config/fcitx5/conf/clipboard.conf new file mode 100644 index 00000000..7cb7f0c6 --- /dev/null +++ b/config/fcitx5/conf/clipboard.conf @@ -0,0 +1,2 @@ +[Addon] +Enabled=False diff --git a/migrations/1761638377.sh b/migrations/1761638377.sh new file mode 100644 index 00000000..7b3623c2 --- /dev/null +++ b/migrations/1761638377.sh @@ -0,0 +1,4 @@ +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/