diff options
| author | Xian Wang <dev@xianwang.io> | 2022-07-30 15:36:47 -0700 |
|---|---|---|
| committer | Xian Wang <dev@xianwang.io> | 2022-09-28 10:32:25 -0700 |
| commit | ddba45a2afe0dfb5ab9b4a2c8e3845a49e9feb0f (patch) | |
| tree | fff906e8adc5343b008c10f509fd19335d8f73f2 | |
| parent | 07121036031190c2866d0f3972cd71ad69934b80 (diff) | |
| download | dotfiles-ddba45a2afe0dfb5ab9b4a2c8e3845a49e9feb0f.tar.gz dotfiles-ddba45a2afe0dfb5ab9b4a2c8e3845a49e9feb0f.tar.bz2 dotfiles-ddba45a2afe0dfb5ab9b4a2c8e3845a49e9feb0f.zip | |
xprofile: add xprofile and fcitx input method
Signed-off-by: Xian Wang <dev@xianwang.io>
| -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 |
