mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
Add migration to fix XCompose in Typora
This commit is contained in:
4
migrations/.sh
Normal file
4
migrations/.sh
Normal file
@ -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
|
Reference in New Issue
Block a user