X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=herbstluftwm%2Fautostart;h=d5f30a8b8d6f6ffa547dea1be2f77e2ddb1fd0c9;hb=816a5272aae4e92d4b9bb81cef20dcfb6377a31e;hp=2dcf5fd34e9aae4efbb7f4b34755ce760436e303;hpb=02c9aabce7f4c128923de9f09a4190eb30d7a6cd;p=config%2Fdotfiles.git diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index 2dcf5fd..d5f30a8 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -20,10 +20,6 @@ set -e -# Log all output to catch errors in the configuration file. -logfile="$HOME/.config/herbstluftwm/log" -exec >"$logfile" 2>&1 - hc() { herbstclient "$@" @@ -143,10 +139,6 @@ notify() { sed 's/\^/^^/g' | dzen2 -fg blue -bg yellow -y 15 -h 30 -p "$@" } -if test -s "$logfile"; then - echo "hlwm: errors in autostart, check log '$logfile'" | notify 3 -else - # To notify me if set -e has terminated the script. - echo 'hlwm restarted' | notify 1 - rm "$logfile" -fi +# To notify me if set -e has terminated the script (then this part won't get +# executed). +echo 'hlwm restarted' | notify 1