summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2013-03-01 12:16:27 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2013-05-03 16:33:13 +0200
commit1cadfe3751a16e27a6067b26156e54788f9c4621 (patch)
tree0c00fb0c07f8ac62cffd759f358f0ccbcc13fd98
parent956fbf55b26d80e64f246551bf65a27789e6e904 (diff)
downloadkanotix-packages-1cadfe3751a16e27a6067b26156e54788f9c4621.zip
kanotix-packages-1cadfe3751a16e27a6067b26156e54788f9c4621.tar.gz
add compiz starter script
-rw-r--r--kanotix-lxde-extra/debian/install3
-rw-r--r--kanotix-lxde-extra/kanotix-start-compiz4
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