2024-05-03
Setting Up Fcitx With Reliable Google-Pinyin For Chinese Input

Fcitx setup

Fcitx contains google-pinyin, which is the most reliable Chinese input method of all times.

You need to configure it after installation like described here.

If all methods failed, please consider use tools like systemd or “Session and Startup” to force running command fcitx after startup.

Read More

2023-10-10
Mastering System Events: Script Execution With @Reboot And Systemd

execute script before & after system events like startup, suspend & shutdown

for startup use @reboot with crontab -e

for others, write scripts under /lib/systemd/system-*

Read More