diff options
Diffstat (limited to 'bin/monitor_off.sh')
| -rwxr-xr-x | bin/monitor_off.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/monitor_off.sh b/bin/monitor_off.sh new file mode 100755 index 0000000..f6efa3a --- /dev/null +++ b/bin/monitor_off.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +xrandr --output eDP-1 --auto +xrandr --output DP-3 --off + |
