Remove xprop dependancy

This commit is contained in:
2025-10-02 15:24:04 +01:00
parent 09eb87e1b7
commit 4e10cf7338

View File

@@ -8,8 +8,8 @@ if ! XCB=$(pkg-config --cflags --libs xcb xcb-icccm 2>/dev/null); then
exit 1 exit 1
fi fi
if ! xrandr --version >/dev/null 2>&1 || ! xprop -version >/dev/null 2>&1; then if ! xrandr --version >/dev/null 2>&1; then
echo "Error: xrandr or xprop not found. Please install xrandr and xprop." >&2 echo "Error: xrandr not found. Please install xrandr." >&2
exit 1 exit 1
fi fi