From 8f1dfe53b673989b2bf5fdf6a17af2372c8e20ab Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 3 Nov 2014 11:57:00 +0100 Subject: [PATCH] xsession: workaround a bug in XI focus-in events. See: https://bugzilla.gnome.org/show_bug.cgi?id=677329 --- xsession | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xsession b/xsession index 3a30613..0118b95 100644 --- a/xsession +++ b/xsession @@ -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