From 0842d72ceac26185c51f9b0688107eb1faa6931d Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 12 Sep 2009 18:27:39 +0200 Subject: pass on options to uzbl-browser --- uzbl-browser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uzbl-browser') diff --git a/uzbl-browser b/uzbl-browser index 4934e89..eeabcc0 100755 --- a/uzbl-browser +++ b/uzbl-browser @@ -28,7 +28,7 @@ SOCKET_ID="$RANDOM$RANDOM" SOCKET_DIR="/tmp" SOCKET_PATH="$SOCKET_DIR/uzbl_socket_$SOCKET_ID" -uzbl-core -n $SOCKET_ID & +uzbl-core "$@" -n $SOCKET_ID & $XDG_DATA_HOME/uzbl/scripts/event_manager.py -vs $SOCKET_PATH if [[ -S $SOCKETPATH ]] -- cgit v1.2.3