diff options
author | Holger Paradies <retabell@gmx.de> | 2013-03-01 12:16:27 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-05-03 16:33:13 +0200 |
commit | 1cadfe3751a16e27a6067b26156e54788f9c4621 (patch) | |
tree | 0c00fb0c07f8ac62cffd759f358f0ccbcc13fd98 /kanotix-lxde-extra/kanotix-start-compiz | |
parent | 956fbf55b26d80e64f246551bf65a27789e6e904 (diff) | |
download | kanotix-packages-1cadfe3751a16e27a6067b26156e54788f9c4621.zip kanotix-packages-1cadfe3751a16e27a6067b26156e54788f9c4621.tar.gz |
add compiz starter script
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 |