rex-edid/README
2018-04-28 20:56:51 -07:00

3 lines
163 B
Plaintext

this program does the same thing as this:
xrandr --props | awk '$2 ~ /connected/ {printf $1 ":";getline;getline;while($2 == ""){printf $1;getline;};printf "\n";}'