# This file is sourced by Xsession(5), not executed.

# This file configures the global behavior of GTK3 always-on mnemonics,
# the underscores that indicate the accelerator keys. These settings
# may be overridden by individual users by setting the same variables
# to different values in their ~/.xsessionrc.

if [ -z "$GTK3_MODULES" ] ; then
    GTK3_MODULES="sgm-flexible-mnemonics"
else
    GTK3_MODULES="$GTK3_MODULES:sgm-flexible-mnemonics"
fi

export GTK3_MODULES
