diff options
author | xyz <gky44px1999@gmail.com> | 2022-01-28 23:08:43 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-01-28 23:08:43 -0800 |
commit | 9070d8112b1695ec93f9432b777548d1cbc8c67f (patch) | |
tree | 02f1af9213ba03dcac06ff62e56e433ff62e8658 /home | |
parent | 96fa5703cb9b5c30e644dbf89051630458ba5f44 (diff) |
move fcitix envs from .xinitrc to .profile
Diffstat (limited to 'home')
-rw-r--r-- | home/xyz/.profile | 3 | ||||
-rw-r--r-- | home/xyz/.xinitrc | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile index a0be8b01..acf39fed 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -49,6 +49,9 @@ export DIFFPROG='nvim -d' export MAKEFLAGS="-j$(nproc --all)" export DOTREMINDERS="$HOME/programs/reminders/.reminders" export SDCV_HISTSIZE=10000 +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" diff --git a/home/xyz/.xinitrc b/home/xyz/.xinitrc index 69a6c10b..d63fa640 100644 --- a/home/xyz/.xinitrc +++ b/home/xyz/.xinitrc @@ -32,10 +32,6 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then unset f fi -export GTK_IM_MODULE=fcitx -export QT_IM_MODULE=fcitx -export XMODIFIERS=@im=fcitx - #if [ -e "$XDG_PICTURES_DIR/wallpapers/wallpaper" ]; then # display -window root "$XDG_PICTURES_DIR/wallpapers/wallpaper" & #else |