diff options
Diffstat (limited to 'kanotix-lxde-extra/kanotix-start-compiz')
-rw-r--r-- | kanotix-lxde-extra/kanotix-start-compiz | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kanotix-lxde-extra/kanotix-start-compiz b/kanotix-lxde-extra/kanotix-start-compiz new file mode 100644 index 0000000..306f56e --- /dev/null +++ b/kanotix-lxde-extra/kanotix-start-compiz @@ -0,0 +1,4 @@ +#!/bin/sh + +glxinfo |grep -q "direct rendering: Yes" && compiz --replace & +exit |