[xinit] add fcitx move dbus-launch

This commit is contained in:
odrling 2020-04-21 03:29:22 +02:00
parent 140e22071c
commit a630429c12

View file

@ -1,4 +1,7 @@
# dbus
eval "$(dbus-launch --sh-syntax --exit-with-session)"
# set wallpaper
setoutput || setwallpaper
@ -19,5 +22,11 @@ setxkbmap fr oss &
# hide cursor when unused
unclutter --ignore-scrolling -b
# fcitx
export XMODIFIERS=@im=fcitx
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
fcitx &
# start dwm
exec ck-launch-session dbus-launch dwm
exec dwm