Compare commits

...

2 Commits

Author SHA1 Message Date
d7a50ce2fe Merge branch 'fcitx5' into dev 2024-04-05 16:07:49 -04:00
7a4d9f7b21 fix: fcitx5 conf 2024-04-05 16:07:36 -04:00

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/hyprland.conf
echo "# fcitx5 support" >> hypr/hyprland.conf
echo "# -----------------------------------------------------" >> hypr/hyprland.conf
echo "source = ~/dotfiles/hypr/fcitx5.conf" >> hypr/hyprland.conf
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
fi