From c2c27d893a58c62241fb0b296c42d7b1c57ca969 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Mon, 25 May 2015 14:03:57 -0600 Subject: [PATCH] changed log location --- dwm-start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm-start.sh b/dwm-start.sh index 7b714d2..1885525 100755 --- a/dwm-start.sh +++ b/dwm-start.sh @@ -9,5 +9,5 @@ done & while true; do dwm >/dev/null # to log stderrors to a file - # dwm 2> ~/Build/dwm/dwm.log + #dwm 2> /tmp/dwm.log done