compiz/compiz-gtk

12 lines
164 B
Bash

#!/bin/sh
export LIBGL_ALWAYS_INDIRECT=1
/usr/bin/glx_tfp_test
if [ $? -eq 0 ]; then
gtk-window-decorator &
exec compiz glib gconf $@
else
exec metacity $@
fi