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