.i3/auto-start

branch
mhoward-lt
changeset 46
fe410dc840a6
parent 34
33bdbdb9ec90
child 58
b88790409ef3
--- 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 --- ###

mercurial