Bump fcitx to 5

This commit is contained in:
Marco Thomas
2021-07-06 01:11:40 +02:00
parent 93795a0b7a
commit cd1914997d

View File

@@ -22,16 +22,14 @@ export GTK_THEME=Pop-gruvbox:light
export QT_QPA_PLATFORMTHEME="gtk2" export QT_QPA_PLATFORMTHEME="gtk2"
# start programs # start programs
fcitx -d &
nextcloud & nextcloud &
dunst & dunst &
nm-applet &
# fcitx exports # fcitx exports
export GTK_IM_MODULE='fcitx' export GTK_IM_MODULE='fcitx5'
export QT_IM_MODULE='fcitx' export QT_IM_MODULE='fcitx5'
export SDL_IM_MODULE='fcitx' export SDL_IM_MODULE='fcitx5'
export XMODIFIERS='@im=fcitx' export XMODIFIERS='@im=fcitx5'
export WINIT_UNIX_BACKEND=x11 export WINIT_UNIX_BACKEND=x11
# university wants me to use intellij, but dwm rightfully hates it # university wants me to use intellij, but dwm rightfully hates it