If you want to disable compton without unisntall it do this:
$ sudo nano /etc/xdg/autostart/compton-autostart.desktop Then, comment every line in that file: #[Desktop Entry] #Type=Application #Name=Compton composition manager #Exec=compton-launcher #NoDisplay=true #X-GNOME-AutoRestart=true #X-GNOME-Autostart-Phase=Initialization #OnlyShowIn=GNOME; that should do.
