-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathturn-off-monitors
executable file
·18 lines (16 loc) · 1.06 KB
/
turn-off-monitors
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/env bash
#########################################################################
# Turn Monitors Off via the Command Line (CLI) #
# #
# Does exactly what it says. It will turn off all of your monitors #
# until the mouse is moved or a key is pressed. #
# #
# Part of HopeSeekr's BashScripts Collection #
# https://github.com/hopeseekr/BashScripts/ #
# #
# Copyright © 2020 Theodore R. Smith <[email protected]> #
# GPG Fingerprint: 4BF8 2613 1C34 87AC D28F 2AD8 EB24 A91D D612 5690 #
# #
# License: Creative Commons Attribution v4.0 International #
#########################################################################
sleep 1; xset dpms force off