fix: fcitx5 conf

This commit is contained in:
Yingjie Wang 2024-04-05 15:50:00 -04:00
parent 380b43ea30
commit 249e71d187

View File

@ -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