diff --git a/.profile b/.profile index 3d734fd..bafbff5 100644 --- a/.profile +++ b/.profile @@ -5,6 +5,12 @@ export FZF_DEFAULT_OPTS="-m --no-mouse" export FZF_DEFAULT_COMMAND="find . -type f | cut -d'/' -f2-" export XDG_CONFIG_HOME="$HOME/.config" export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring + +# fcitx +export XMODIFIERS=@im=fcitx +export GTK_IM_MODULE=fcitx +export QT_IM_MODULE=fcitx + export S6_SCANDIR="$HOME/.s6/scandir" export SWAYIDLE_LOCK=300 diff --git a/.xinitrc b/.xinitrc index f4be7f1..1748a39 100644 --- a/.xinitrc +++ b/.xinitrc @@ -26,10 +26,6 @@ xset -b # set wallpaper setoutput -# fcitx -export XMODIFIERS=@im=fcitx -export GTK_IM_MODULE=fcitx -export QT_IM_MODULE=fcitx fcitx & # start dwm