#!/bin/sh
# wenn GDM nach dem zuklappen mal wieder spinnt ...
sudo /etc/init.d/gdm3 stop
sudo killall /usr/bin/Xorg
sudo /etc/init.d/gdm3 start
