aboutsummaryrefslogtreecommitdiff
path: root/.local/share/bin/caffeine
blob: 9901426fb0a05e122eb13e8fcdfa3b4c43739a2a (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
xset s off -dpms
reset() {
	trap - EXIT
	xset s default
}
trap reset INT
sleep infinity