]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
xinitrc: herbstluftwm: don't log to custom log file
authorSimon Ruderich <simon@ruderich.org>
Sat, 22 Aug 2015 12:28:48 +0000 (14:28 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 23 Aug 2015 08:17:11 +0000 (10:17 +0200)
X already logs to ~/.xsession-errors.

xinitrc

diff --git a/xinitrc b/xinitrc
index d1e25e778554da8187505a186e468570c2c8cab2..a464b6ca2254519ca9cd8213e866274d6dec9754 100755 (executable)
--- a/xinitrc
+++ b/xinitrc
@@ -159,7 +159,7 @@ fi
 # Start window manager.
 failed=
 if installed herbstluftwm; then
-    herbstluftwm --locked >"$HOME/.config/herbstluftwm/log" 2>&1 || failed=1
+    herbstluftwm --locked || failed=1
 elif installed xmonad; then
     xmonad || failed=1
 elif installed stumpwm; then