Remove windows resolution detection
This commit is contained in:
parent
196dfc009a
commit
6cb08e60a1
4
fetch
4
fetch
|
@ -588,10 +588,6 @@ getresolution () {
|
||||||
awk '/Resolution:/ {print $2"x"$4" "}')
|
awk '/Resolution:/ {print $2"x"$4" "}')
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Windows")
|
|
||||||
resolution="$(wmic path Win32_VideoController get CurrentHorizontalResolution,CurrentVerticalResolution /format:value)"
|
|
||||||
;;
|
|
||||||
|
|
||||||
*)
|
*)
|
||||||
resolution="Unknown"
|
resolution="Unknown"
|
||||||
;;
|
;;
|
||||||
|
|
Reference in New Issue