From a177eb89c5d3043cfdab91864f50658f7d7546de Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 22 Apr 2020 17:58:18 +0200 Subject: Compliant betatest version --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2a22f24..021bfc4 100644 --- a/Makefile +++ b/Makefile @@ -152,8 +152,9 @@ RM = rm -rf MV = mv OS = $(shell uname) ifeq (${OS}, Darwin) - SCR_SZE = $(shell osascript -e 'tell application "Finder" to get bounds of window of desktop' \ + # SCR_SZE = $(shell osascript -e 'tell application "Finder" to get bounds of window of desktop' \ | tr ',' 'x' | tr -d '\n' | tr -d ' ' | cut -c 5-) + SCR_SZE = 1920x1080 else SCR_SZE = $(shell xdpyinfo | grep dimensions | awk '{print $$2}') endif -- cgit v1.2.3