Kyle Williams

Results 1 comments of Kyle Williams

For the monitor status command, here's what i did to get it to work on my RPi3: Create a script called "monitorstatus.sh": ``` #!/bin/bash result=$(xrandr --listmonitors -d :0) if [...