From 670b6f18128d4b888b8330e67a995dd94c6f495e Mon Sep 17 00:00:00 2001 From: Bruno Fontes Date: Thu, 21 May 2020 16:11:14 -0300 Subject: [PATCH] Added: stupid 1 line script to turn off monitor For testing purposes only. --- turnOffMonitor.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 turnOffMonitor.sh diff --git a/turnOffMonitor.sh b/turnOffMonitor.sh new file mode 100755 index 0000000..52e751d --- /dev/null +++ b/turnOffMonitor.sh @@ -0,0 +1 @@ +xset -display :0.0 dpms force off