diff --git a/README b/README new file mode 100644 index 0000000..aefa776 --- /dev/null +++ b/README @@ -0,0 +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";}'