From 928910773cd1208ba24c91bb5a5bfb1ec0da86bb Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 28 Oct 2025 15:38:50 +0100 Subject: [PATCH] Make sure to restart fxitc5 after making config changes --- migrations/1761638377.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/migrations/1761638377.sh b/migrations/1761638377.sh index 7b3623c2..05a1fb16 100644 --- a/migrations/1761638377.sh +++ b/migrations/1761638377.sh @@ -2,3 +2,5 @@ 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/ + +omarchy-restart-xcompose