Last active
June 11, 2024 14:47
-
-
Save cuu/ebd85c5111116e7ab676502b1061bd20 to your computer and use it in GitHub Desktop.
dotxinitrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##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