Fixed resolutions getting

pull/135/head
parent e9b535cd8b
commit 5386ff9506
No known key found for this signature in database
GPG Key ID: FF1D842BF4DDE92B

@ -45,7 +45,7 @@
#define get_resolutions_and_ports_command "xrandr | awk '\n\ #define get_resolutions_and_ports_command "xrandr | awk '\n\
/^Screen / { next }\n\ /^Screen / { next }\n\
/^[A-Z]/ {\n\ /^[a-zA-Z]/ {\n\
if (port != \"\") {\n\ if (port != \"\") {\n\
print port \":\" (res ? res : \"\")\n\ print port \":\" (res ? res : \"\")\n\
}\n\ }\n\

Loading…
Cancel
Save