mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
5 lines
184 B
Bash
5 lines
184 B
Bash
echo "Turn off fcitx5 clipboard that is interferring with other applications"
|
|
|
|
mkdir -p ~/.config/fcitx5/conf
|
|
cp $OMARCHY_PATH/config/fcitx5/conf/clipboard.conf ~/.config/fcitx5/conf/
|