This repository has been archived on 2024-06-03. You can view files and clone it, but cannot push or open issues or pull requests.
monitor/release/debian/usr/share/ScStwMonitor/ScStwMonitor.sh

11 lines
194 B
Bash
Raw Normal View History

2020-06-11 12:28:50 +02:00
#!/bin/bash
BASE_DIR=$(dirname "$(readlink -f "$0")")
# prevent screen blanking
sudo xset s off
sudo xset -dpms
sudo xset s noblank
# start Monitor
"$BASE_DIR"/ScStwMonitor -platform xcb "$@"