From 285ab3d0e2db363af94c5d6291a1afb7925bbd1d Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 28 Feb 2019 16:53:26 +0200 Subject: [PATCH] create xprofile, hopefully fixes #104 --- rc/xinitrc | 3 +++ rc/xprofile | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 rc/xprofile diff --git a/rc/xinitrc b/rc/xinitrc index 93a613bd..c967c81a 100644 --- a/rc/xinitrc +++ b/rc/xinitrc @@ -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 diff --git a/rc/xprofile b/rc/xprofile new file mode 100644 index 00000000..68cb2ea0 --- /dev/null +++ b/rc/xprofile @@ -0,0 +1,3 @@ +export XMODIFIERS=@im=fcitx +export GTK_IM_MODULE="fcitx" +export QT_IM_MODULE="fcitx"