diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-03-10 22:47:18 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-03-10 22:47:18 -0800 |
commit | 2e8208cf613c0179877b5df9f734c81c1f7cd2e3 (patch) | |
tree | c219bebbc10767357e7dfdfcc7059e10212c035c /home/xyz/.profile | |
parent | c7075a0171b5b0cb8adb2c31b9ceaf71647715e9 (diff) |
temporary not use fcitx
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r-- | home/xyz/.profile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile index 7cb95096..d6879514 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -48,9 +48,9 @@ export CLICOLOR=1 export DIFFPROG='nvim -d' export MAKEFLAGS="-j$(nproc --all)" export DOTREMINDERS="$HOME/programs/reminders/.reminders" -export GTK_IM_MODULE=fcitx -export QT_IM_MODULE=fcitx -export XMODIFIERS=@im=fcitx +#export GTK_IM_MODULE=fcitx +#export QT_IM_MODULE=fcitx +#export XMODIFIERS=@im=fcitx # use sudo find for some files or dirs that has no permission ex: ~/.cache/paru/clone/ #export FZF_DEFAULT_COMMAND="fd --no-ignore --hidden --exclude .git" #export FZF_CTRL_T_COMMAND="fd --absolute-path --no-ignore --hidden --exclude .git" |