fix fcitx

This commit is contained in:
Marco Thomas
2021-07-06 11:31:51 +02:00
parent b7a45b1b31
commit c8d98795ab
2 changed files with 5 additions and 5 deletions

View File

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