Skip to content

Commit

Permalink
Add 2s pause to workaround segfault - Bug #5
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Heyns committed Jan 7, 2016
1 parent c5f6842 commit ca1b52f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/display-supervisor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ configure_displays ()
echo ".$prefix Failed to execute ~/.fehbg script. Use 'feh --bg-xxx' to generate one."
fi
fi

# FIXME: Prevent segfault occurring from simultanious signals.
sleep 2

}

#-----------#
Expand Down

0 comments on commit ca1b52f

Please sign in to comment.