From ddba45a2afe0dfb5ab9b4a2c8e3845a49e9feb0f Mon Sep 17 00:00:00 2001 From: Xian Wang Date: Sat, 30 Jul 2022 15:36:47 -0700 Subject: xprofile: add xprofile and fcitx input method Signed-off-by: Xian Wang --- install.conf.yaml | 3 +++ xprofile | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 xprofile 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 -- cgit v1.2.3