Initial commit
This commit is contained in:
9
post-install.sh
Executable file
9
post-install.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user