
| Current Path : /etc/profile.d/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //etc/profile.d/im-config_wayland.sh |
# /etc/profile.d/im-config_wayland.sh
#
# This sets the IM variables on Wayland.
test "$XDG_SESSION_TYPE" = 'wayland' || return
# don't do anything if im-config was removed but not purged
test -r /usr/share/im-config/xinputrc.common || return
if [ -r /etc/X11/Xsession.d/70im-config_launch ]; then
. /etc/X11/Xsession.d/70im-config_launch
fi