Remove xprop dependancy
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user