diff --git a/.i3/auto-start b/.i3/auto-start --- a/.i3/auto-start +++ b/.i3/auto-start @@ -3,7 +3,7 @@ # Simple autostart file for i3-wm, you can execute it from i3 config with # exec $HOME/bin/auto-start-for-i3 # -# xdotool and xmessage must be installed. On BSD use jot instead of +# xdotool and notify-send must be installed. On BSD use jot instead of # seq or install seq from ports. @@ -23,7 +23,7 @@ StartProg() fi sleep 1 done - xmessage "Error on executing: $@" & + notify-send "Error on executing: $@" } StartProgName() @@ -38,7 +38,7 @@ StartProgName() fi sleep 1 done - xmessage "Error on executing: $@" & + notify-send "Error on executing: $@" } # ### --- emacs --- ###