compiz/compiz-gtk

12 lines
187 B
Plaintext
Raw Normal View History

#!/bin/sh
2008-12-08 12:00:01 +00:00
export LIBGL_ALWAYS_INDIRECT=1
2008-12-04 20:59:54 +00:00
/usr/bin/glx_tfp_test
if [ $? -eq 0 ]; then
gtk-window-decorator &
exec compiz --ignore-desktop-hints glib gconf $@
2008-12-04 20:59:54 +00:00
else
exec metacity $@
fi