Update session.sh
authorDuClare <akarinotengoku@gmail.com>
Mon, 18 May 2009 19:07:58 +0000 (22:07 +0300)
committerDuClare <akarinotengoku@gmail.com>
Mon, 18 May 2009 19:07:58 +0000 (22:07 +0300)
examples/scripts/session.sh

index 5087af0..b8e2bd6 100755 (executable)
@@ -13,9 +13,9 @@ sessionfile=$XDG_DATA_HOME/uzbl/session # the file in which the "session" (i.e.
 UZBL="uzbl" # add custom flags and whatever here.
 
 fifodir=/tmp # remember to change this if you instructed uzbl to put its fifos elsewhere
-thisfifo="$5"
-act="$1"
-url="$7"
+thisfifo="$4"
+act="$8"
+url="$6"
 
 case $act in
   "launch" )