Compare commits

..

2 Commits

Author SHA1 Message Date
056ffe440f Merge branch 'fcitx5' into dev 2024-04-05 16:13:32 -04:00
b9025fbfb1 fix: fcitx5 conf 2024-04-05 16:13:19 -04:00

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