Merge branch 'master' of ssh://rexy712-server:1995/var/git/repos/rexy712/rex-edid

This commit is contained in:
Rexy712 2018-04-27 13:01:39 -07:00
commit ef1659db9c

2
README
View File

@ -1,2 +1,2 @@
this program does the same thing as this:
xrandr --props | awk '$2 ~ /^connected/ {printf $1 ":";getline;getline;for(i=0;i<16;i++){printf $1;getline;};printf "\n";}'
xrandr --props | awk '$2 ~ /^connected/ {printf $1 ":";getline;getline;while($2 == ""){printf $1;getline;};printf "\n";}'