From b9a0e9501b0a15f8d173dc252f0dd0dc4283636f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 17 Apr 2014 19:45:24 +0200 Subject: [PATCH] Fix logfile path. --- i3/i3/i3bar_clickparser.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/i3/i3bar_clickparser.bash b/i3/i3/i3bar_clickparser.bash index 3a504c7..f54198f 100644 --- a/i3/i3/i3bar_clickparser.bash +++ b/i3/i3/i3bar_clickparser.bash @@ -3,7 +3,7 @@ line="$1" log(){ - echo $* >> ~/.i3/output_i3bar.log.2 + echo $* >> ~/.i3/logs/output_i3bar.log } # I'm sorry.