#!/bin/bash
if (xset q|grep --quiet "DPMS is Enabled");then
xset s off -dpms
else
xset s on +dpms
fi