#! /bin/bash

# remove displays.xml at logout
# it has been found to give problem on moving between classrooms

su - -c "rm -f ~/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml" $USER
