X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=herbstluftwm%2Fautostart;h=0cbecf49220e396302e4c3ba279129d17117a672;hb=9bdbabbab7b67f1111f6ea5a97cb2494c3dc9c40;hp=1fbb591559330c29233aa95b5946cf7fbb6f9f48;hpb=f18b7278b33925b6cfc795048094603db9bc0aba;p=config%2Fdotfiles.git diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index 1fbb591..0cbecf4 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -30,7 +30,7 @@ installed() { # $1: timeout notify() { if installed dzen2; then - sed 's/\^/^^/g' | dzen2 -fg blue -bg yellow -y 15 -h 30 -p "$1" + sed 's/\^/^^/g' | dzen2 -fg blue -bg yellow -y 15 -h 30 -p "$1" & elif installed xmessage; then # Fallback solution, display first line of stdin. read x