Codebase list xapp / 4aa129f5-5cbc-4e02-b476-49ea835e40ee/main data / 80xapp-gtk3-module.sh
4aa129f5-5cbc-4e02-b476-49ea835e40ee/main

Tree @4aa129f5-5cbc-4e02-b476-49ea835e40ee/main (Download .tar.gz)

80xapp-gtk3-module.sh @4aa129f5-5cbc-4e02-b476-49ea835e40ee/mainraw · history · blame

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

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

export GTK3_MODULES