aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4cbd252..fc153b2 100644
--- a/Makefile
+++ b/Makefile
@@ -111,7 +111,6 @@ ifeq (${OS}, Darwin)
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-)
else
- USER = $(shell w | grep tty7 | awk '{print $$1}')
SCR_SZE = $(shell xdpyinfo | grep dimensions | awk '{print $$2}')
endif
#==================================================================================================#