From 249e71d1874049be296fc6755e2b2b23a224cbf2 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Fri, 5 Apr 2024 15:50:00 -0400 Subject: [PATCH] fix: fcitx5 conf --- .install/fcitx5.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.install/fcitx5.sh b/.install/fcitx5.sh index 424bb1b..c5928bb 100644 --- a/.install/fcitx5.sh +++ b/.install/fcitx5.sh @@ -17,8 +17,8 @@ if gum confirm "Do you want to install fcitx5 and chinese input method?" ;then "fcitx5-skin-seasons" ); source .install/install-packages.sh - echo "# -----------------------------------------------------" >> hypr/conf/hyprland.conf - echo "# fcitx5 support" >> hypr/conf/hyprland.conf - echo "# -----------------------------------------------------" >> hypr/conf/hyprland.conf - echo "source = ~/dotfiles/hypr/conf/fcitx5.conf" >> hypr/conf/hyprland.conf + echo "# -----------------------------------------------------" >> hypr/hyprland.conf + echo "# fcitx5 support" >> hypr/hyprland.conf + echo "# -----------------------------------------------------" >> hypr/hyprland.conf + echo "source = ~/dotfiles/hypr/fcitx5.conf" >> hypr/hyprland.conf fi