mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
7 lines
210 B
Bash
7 lines
210 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/
|
|
|
|
omarchy-restart-xcompose
|