diff options
author | xyz <gky44px1999@gmail.com> | 2021-04-11 06:16:23 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-04-11 06:16:23 -0700 |
commit | e8fed07953a8f4c1f3f4038898485c4f8ef02bef (patch) | |
tree | 4e2103e423acc8edf5d847e66c68ec6e7ed36403 /.xinitrc | |
parent | 0795297c929cf80408a74c1889ace7d412d055fd (diff) |
simplified chinese input method & .bash_profile change
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -32,6 +32,11 @@ 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 + +fcitx5 & $HOME/programs/my_scripts/set_dwm_status_bar.sh & xwallpaper --maximize $XDG_CONFIG_HOME/wallpaper.png redshift & |