diff options
author | Holger Paradies <retabell@gmx.de> | 2013-09-10 03:04:53 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-09-10 22:24:26 +0200 |
commit | d7d33445f9bf4b251bb8e9c7a0ddd0fad1eeb7ae (patch) | |
tree | d36dcde574cf6ec4fe1180eb42a2d7d2b4d24dba /kanotix-lxde-extra/kanotix-start-compiz | |
parent | 56b7a48fd8d35a046e2d6329ba85d34c59016c58 (diff) | |
download | kanotix-packages-d7d33445f9bf4b251bb8e9c7a0ddd0fad1eeb7ae.zip kanotix-packages-d7d33445f9bf4b251bb8e9c7a0ddd0fad1eeb7ae.tar.gz |
Version 0.2.4 compton icon-cache
Version-0.2.7
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 index c3a92a1..982ea91 100644 --- a/kanotix-lxde-extra/kanotix-start-compiz +++ b/kanotix-lxde-extra/kanotix-start-compiz @@ -43,6 +43,10 @@ active wm = openbox-lxde _EOF_ +if [ -e ~/.compton ]; then +echo "starting compton" >&2 +compton -b +fi exit 4 fi |