xsession: workaround a bug in XI focus-in events.

See: https://bugzilla.gnome.org/show_bug.cgi?id=677329
This commit is contained in:
Vincent Bernat 2014-11-03 11:57:00 +01:00
parent a4943e289f
commit 8f1dfe53b6

View file

@ -16,6 +16,10 @@ export _JAVA_AWT_WM_NONREPARENTING=1
# We do not want to rely on crappy mailcap
export MAILCAPS=$HOME/.mailcap
# Workaround a bug in XI focus-in events. See:
# https://bugzilla.gnome.org/show_bug.cgi?id=677329
export GDK_CORE_DEVICE_EVENTS=1
# Environment variables
[ -e ~/.zsh/env ] && . ~/.zsh/env