Merge branch 'fcitx5' into dev

This commit is contained in:
Yingjie Wang 2024-04-05 16:13:32 -04:00
commit 056ffe440f

View File

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