Files
schnelle-umlaute-ubuntu/post-install.sh
Cody Young (horiba) e18f1909ed Initial commit
2025-12-22 19:52:55 +00:00

10 lines
192 B
Bash
Executable File

#!/usr/bin/env bash
mkdir -p ~/.config/environment.d
cat > ~/.config/environment.d/fcitx5.conf << 'EOF'
GTK_IM_MODULE=fcitx5
QT_IM_MODULE=fcitx5
XMODIFIERS=@im=fcitx5
GLFW_IM_MODULE=ibus
EOF