diff --git a/home/display-on.sh b/home/display-on.sh index 8fe3888..572f20b 100755 --- a/home/display-on.sh +++ b/home/display-on.sh @@ -1,3 +1,3 @@ #!/bin/bash -sudo tvservice -p > /dev/null && sudo chvt 1 && sudo chvt 8 # cycling virtual terminals helps wake up the display +sudo tvservice -p > /dev/null && sudo chvt 1 && sudo chvt 8 # for whatever reason, cycling virtual terminals helps wake up the display in some cases