fixed README
This commit is contained in:
parent
3afac42ece
commit
373a037a7a
2
README
2
README
@ -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";}'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user