From 03f7403cdd0fb60701b65433d530c254e40d8e3f Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 13 Jul 2025 18:02:19 -0700 Subject: [PATCH] Add migration to fix XCompose in Typora --- migrations/.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 migrations/.sh diff --git a/migrations/.sh b/migrations/.sh new file mode 100644 index 0000000..5b464c3 --- /dev/null +++ b/migrations/.sh @@ -0,0 +1,4 @@ +echo "Fix XCompose use in Typora" +if command -v typora &>/dev/null; then + cp ~/.local/share/omarchy/applications/xtras/typora.desktop ~/.local/share/applications/ +fi