Skip to content

Instantly share code, notes, and snippets.

@cuu
Last active June 11, 2024 14:47
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"
xscreensaver -no-splash &
# xrandr --output HDMI-1 --auto --left-of eDP-1
killall fcitx5
fcitx5 &
exec dbus-launch --exit-with-session ctwm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment