mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
create xprofile, hopefully fixes #104
This commit is contained in:
parent
f336393db9
commit
285ab3d0e2
@ -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
3
rc/xprofile
Normal file
@ -0,0 +1,3 @@
|
||||
export XMODIFIERS=@im=fcitx
|
||||
export GTK_IM_MODULE="fcitx"
|
||||
export QT_IM_MODULE="fcitx"
|
Loading…
Reference in New Issue
Block a user