#!/bin/bash screen_on=false; state=0; while true;do xscreensaver-command -activate done