From 4e10cf733827edd63c67c64c1b84abc1bd7103e2 Mon Sep 17 00:00:00 2001 From: Syed Daanish Date: Thu, 2 Oct 2025 15:24:04 +0100 Subject: [PATCH] Remove xprop dependancy --- compile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compile.sh b/compile.sh index 8264be8..0b8a73b 100755 --- a/compile.sh +++ b/compile.sh @@ -8,8 +8,8 @@ if ! XCB=$(pkg-config --cflags --libs xcb xcb-icccm 2>/dev/null); then exit 1 fi -if ! xrandr --version >/dev/null 2>&1 || ! xprop -version >/dev/null 2>&1; then - echo "Error: xrandr or xprop not found. Please install xrandr and xprop." >&2 +if ! xrandr --version >/dev/null 2>&1; then + echo "Error: xrandr not found. Please install xrandr." >&2 exit 1 fi