#!/bin/sh revert() { xset dpms 0 0 0 } trap revert SIGHUP SIGINT SIGTERM #xset +dpms dpms 5 5 5 xset dpms force off i3lock -n -c 111111 -I 5 revert