From b9025fbfb1328d5b8c2272e10c27c5d89a16b833 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Fri, 5 Apr 2024 16:13:19 -0400 Subject: [PATCH] fix: fcitx5 conf --- .install/fcitx5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.install/fcitx5.sh b/.install/fcitx5.sh index 7432aac..bdc4d92 100644 --- a/.install/fcitx5.sh +++ b/.install/fcitx5.sh @@ -20,5 +20,5 @@ if gum confirm "Do you want to install fcitx5 and chinese input method?" ;then echo -e "\n# -----------------------------------------------------" >> ~/dotfiles-versions/${version}/hypr/hyprland.conf echo "# fcitx5 support" >> ~/dotfiles-versions/${version}/hypr/hyprland.conf echo "# -----------------------------------------------------" >> ~/dotfiles-versions/${version}/hypr/hyprland.conf - echo "source = ~/dotfiles/hypr/fcitx5.conf" >> ~/dotfiles-versions/${version}/hypr/hyprland.conf + echo "source = ~/dotfiles/hypr/conf/fcitx5.conf" >> ~/dotfiles-versions/${version}/hypr/hyprland.conf fi