mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-18 18:04:30 +02:00
xsession: workaround a bug in XI focus-in events.
See: https://bugzilla.gnome.org/show_bug.cgi?id=677329
This commit is contained in:
parent
a4943e289f
commit
8f1dfe53b6
1 changed files with 4 additions and 0 deletions
4
xsession
4
xsession
|
@ -16,6 +16,10 @@ export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
# We do not want to rely on crappy mailcap
|
# We do not want to rely on crappy mailcap
|
||||||
export MAILCAPS=$HOME/.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
|
# Environment variables
|
||||||
[ -e ~/.zsh/env ] && . ~/.zsh/env
|
[ -e ~/.zsh/env ] && . ~/.zsh/env
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue