From a48001b8cc8ee65af9304c72020ec2a7b8d31108 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 28 Oct 2025 11:30:27 +0100 Subject: [PATCH] Turn off fcitx5 clipboard hotkeys that are interferring with other apps Co-authored-by: @cairin Ref: #2795 --- config/fcitx5/conf/clipboard.conf | 2 ++ migrations/1761638377.sh | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 config/fcitx5/conf/clipboard.conf create mode 100644 migrations/1761638377.sh 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/