Codebase list xapp / c9c885a data / 80xapp-gtk3-module
c9c885a

Tree @c9c885a (Download .tar.gz)

80xapp-gtk3-module @c9c885araw · history · blame

1
2
3
4
5
6
7
8
9
# This file is sourced by Xsession(5), not executed.

if [ -z "$GTK_MODULES" ] ; then
    GTK_MODULES="xapp-gtk3-module"
else
    GTK_MODULES="$GTK_MODULES:xapp-gtk3-module"
fi

export GTK_MODULES