Skip to content

Instantly share code, notes, and snippets.

@cuu
Created May 8, 2024 12:17
Show Gist options
  • Save cuu/ebd85c5111116e7ab676502b1061bd20 to your computer and use it in GitHub Desktop.
Save cuu/ebd85c5111116e7ab676502b1061bd20 to your computer and use it in GitHub Desktop.
dotxinitrc
##virtual box only
VBoxClient-all &
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
export LC_CTYPE=en_US.UTF-8
#fix fcitx5 issue on chromium,electron,qq etc
eval `dbus-launch --sh-syntax --exit-with-session`
export DBUS_SESSION_BUS_ADDRESS="unix:path=$XDG_RUNTIME_DIR/bus"
killall fcitx5
fcitx5 &
exec ctwm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment