summaryrefslogtreecommitdiffstats
path: root/compiz-fusion-gtk
blob: 898d1d11bbbf7e957e3e89947314e93f916dd541 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
export LIBGL_ALWAYS_INDIRECT=1

/usr/bin/glx_tfp_test

if [ $? -eq 0 ]; then
	gtk-window-decorator &
	exec compiz --ignore-desktop-hints ccp $@
else
	exec metacity $@
fi