#! /bin/bash

FILE=$HOME/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml

su -c " if [ -f $FILE ]; then rm $FILE ; fi" $USER || true
