Using CEC may add support for better power saving (sending the monitor to standby instead of rendering "waiting for devices"). This commit adds separate cec-scripts, installs the necessary package and provides a note in the crontab
4 lines
53 B
Bash
Executable File
4 lines
53 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo 'on 0' | cec-client -s > /dev/null
|