From 07a16487c00e4a71122e7084c72fa76e0cdd44cc Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 26 Jul 2025 16:48:45 -0400 Subject: [PATCH] Fix paths --- migrations/1752081088.sh | 2 +- migrations/1752292967.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/migrations/1752081088.sh b/migrations/1752081088.sh index af35ff1..d72201f 100644 --- a/migrations/1752081088.sh +++ b/migrations/1752081088.sh @@ -1,2 +1,2 @@ echo "Permanently fix F-keys on Apple-mode keyboards (like Lofree Flow84)" -source ~/.local/share/omarchy/install/fix-fkeys.sh +source ~/.local/share/omarchy/install/config/fix-fkeys.sh diff --git a/migrations/1752292967.sh b/migrations/1752292967.sh index 1e4ae6b..ec8643a 100644 --- a/migrations/1752292967.sh +++ b/migrations/1752292967.sh @@ -14,5 +14,5 @@ if ! command -v uwsm &>/dev/null; then sed -i 's/^GTK_IM_MODULE=fcitx$//' "$HOME/.config/environment.d/fcitx.conf" fi - source ~/.local/share/omarchy/install/login.sh + source ~/.local/share/omarchy/install/config/login.sh fi