#!/bin/sh

  if [ -x ${ZD_BINDIR}/xrandr ]; then
    ${ZD_BINDIR}/xrandr -o normal 
  fi
  # just to be extra safe
  bl on
      
