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 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 |