From dedb4bdbcb7506c88236481996faa69005cf30a2 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 24 Apr 2020 01:19:13 +0200 Subject: reverted Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 021bfc4..2a22f24 100644 --- a/Makefile +++ b/Makefile @@ -152,9 +152,8 @@ 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