mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
* Update Fcitx5 autostart handling * Restart xcompose to apply the changes
7 lines
204 B
Bash
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
|