#!/bin/sh rm -f /etc/X11/xorg.conf.d/*_disable_composite.conf if [ "$XORG_COMPOSITE" != "1" ]; then src=$(ls /etc/X11/xorg.conf.d/templates/*_disable_composite.conf) ln -s templates/${src##*/} /etc/X11/xorg.conf.d/ fi