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

Tree @dd6989b (Download .tar.gz)

80xapp-gtk3-module @dd6989braw · 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