diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |