From 5386ff9506fd7fd209eff8d5c7c75ee1079de80e Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Wed, 1 Oct 2025 14:10:52 +0600 Subject: [PATCH] Fixed resolutions getting --- source/ubl-settings-video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ubl-settings-video.h b/source/ubl-settings-video.h index 45409f1..d4c8559 100644 --- a/source/ubl-settings-video.h +++ b/source/ubl-settings-video.h @@ -45,7 +45,7 @@ #define get_resolutions_and_ports_command "xrandr | awk '\n\ /^Screen / { next }\n\ -/^[A-Z]/ {\n\ +/^[a-zA-Z]/ {\n\ if (port != \"\") {\n\ print port \":\" (res ? res : \"\")\n\ }\n\