add basic caffeine script to stop screen from sleeping

master
alex 2022-09-22 21:55:53 -05:00
parent 89870ee40a
commit 3ec2fb8e43
1 changed files with 8 additions and 0 deletions

8
caffeine.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
while :
do
echo "pressing shift key."
wtype -M shift -m shift
sleep 60
done