#!/bin/bash
killall compton

if [ "$1" = "game" ]; then
    compton --config /home/amalie/.compton/powersaver.conf -b
else
    compton --config /home/amalie/.compton/compton.conf -b
fi
