compiz/compiz-gtk
2008-12-08 12:00:01 +00:00

12 lines
187 B
Bash

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