create xprofile, hopefully fixes #104

This commit is contained in:
Aminda Suomalainen 2019-02-28 16:53:26 +02:00
parent f336393db9
commit 285ab3d0e2
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# xprofile reading
[ -f /etc/xprofile ] && . /etc/xprofile
[ -f ~/.xprofile ] && . ~/.xprofile
# flatpak & snap & co.
. /etc/profile
# Using dbus-launch seems to be necessary here to get dbus up, otherwise

3
rc/xprofile Normal file
View File

@ -0,0 +1,3 @@
export XMODIFIERS=@im=fcitx
export GTK_IM_MODULE="fcitx"
export QT_IM_MODULE="fcitx"