diff options
| -rw-r--r-- | install.conf.yaml | 3 | ||||
| -rw-r--r-- | xprofile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/install.conf.yaml b/install.conf.yaml index 21c16f6..5dc3e86 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -18,6 +18,9 @@ ~/.vimrc: force: true path: vimrc + ~/.xprofile: + force: true + path: xprofile ~/.zsh/functions: create: true force: true diff --git a/xprofile b/xprofile new file mode 100644 index 0000000..c00cf30 --- /dev/null +++ b/xprofile @@ -0,0 +1,3 @@ +export XMODIFIERS="@im=fcitx" +export QT_IM_MODULE=fcitx +export GTK_IM_MODULE=fcitx |
