Files
arthur-os/migrations/1775691486.sh
T
Pierre Olivier MartelandGitHub 5ca74821d4 Fix Fcitx5 icon showing up in the waybar (again!) (#5263)
* Update Fcitx5 autostart handling

* Restart xcompose to apply the changes
2026-04-10 06:24:30 -04:00

7 lines
204 B
Bash

echo "Copy Fcitx5 autostart desktop file to ~/.config/autostart"
mkdir -p ~/.config/autostart/
cp "$OMARCHY_PATH/config/autostart/org.fcitx.Fcitx5.desktop" ~/.config/autostart/
omarchy-restart-xcompose