aboutsummaryrefslogtreecommitdiff
path: root/home/dot_local/share/bin/executable_caffeine
blob: 9b58a597888447e7e04394ef9caf3fb6f5a120e0 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env sh
xset s off -dpms
reset() {
	trap - EXIT
	xset s default
}
trap reset INT
sleep infinity