= Xwindow = * Script to copy Xaut as root from user dir. {{{ #!/bin/sh cookie=$(xauth list | cut -d\ -f5) xauth -f /home//.Xauthority add :0 . $cookie #must run the default script now /etc/gdm/PreSession/Default exit 0 }}}