3 lines
84 B
Bash
Executable file
3 lines
84 B
Bash
Executable file
#!/bin/bash
|
|
|
|
xdpyinfo | grep dimensions | sed -r 's/^[^0-9]*([0-9]+x[0-9]+).*$/\1/'
|