#!/bin/sh while : do wtype -d 1000 caffeine wtype -d 1000 -k return sleep 60 done