Codebase list xapp / fce5da8 data / 80xapp-gtk3-module.sh
fce5da8

Tree @fce5da8 (Download .tar.gz)

80xapp-gtk3-module.sh @fce5da8raw · history · blame

#!/usr/bin/bash
# This file is sourced by xinit(1) or a display manager's Xsession, not executed.

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

export GTK_MODULES