#!/bin/bash
#One line script to toggle Visual Effects on and off (requires Compton compositor), 
killall compton || compton -f -F -c -e 0.9 -i 1
