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";}'
Description
No description provided
Readme 45 KiB
Languages
C 82.4%
Makefile 17.6%