diff options
Diffstat (limited to 'kanotix-lxde-extra')
-rw-r--r-- | kanotix-lxde-extra/debian/install | 3 | ||||
-rw-r--r-- | kanotix-lxde-extra/kanotix-start-compiz | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/kanotix-lxde-extra/debian/install b/kanotix-lxde-extra/debian/install index 2967e26..f1f3d23 100644 --- a/kanotix-lxde-extra/debian/install +++ b/kanotix-lxde-extra/debian/install @@ -1,2 +1,3 @@ logout-banner.png usr/share/lxde/images -splash_background_dragonfire.png usr/share/images/kanotix-lxde
\ No newline at end of file +splash_background_dragonfire.png usr/share/images/kanotix-lxde +kanotix-start-compiz usr/bin 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 |