From ca680c621b57048f781f154d1e65009aa0001906 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 2 Oct 2010 15:53:51 -0400 Subject: Set defaults for loading bookmarks and history --- examples/data/scripts/load_url_from_bookmarks.sh | 1 + examples/data/scripts/load_url_from_history.sh | 1 + 2 files changed, 2 insertions(+) (limited to 'examples') diff --git a/examples/data/scripts/load_url_from_bookmarks.sh b/examples/data/scripts/load_url_from_bookmarks.sh index 2c2a926..564c3f8 100755 --- a/examples/data/scripts/load_url_from_bookmarks.sh +++ b/examples/data/scripts/load_url_from_bookmarks.sh @@ -3,6 +3,7 @@ #NOTE: it's the job of the script that inserts bookmarks to make sure there are no dupes. DMENU_SCHEME="bookmarks" +DMENU_OPTIONS="xmms vertical resize" source $UZBL_UTIL_DIR/dmenu.sh source $UZBL_UTIL_DIR/uzbl-args.sh diff --git a/examples/data/scripts/load_url_from_history.sh b/examples/data/scripts/load_url_from_history.sh index 2d15b4f..d094625 100755 --- a/examples/data/scripts/load_url_from_history.sh +++ b/examples/data/scripts/load_url_from_history.sh @@ -1,6 +1,7 @@ #!/bin/sh DMENU_SCHEME="history" +DMENU_OPTIONS="xmms vertical resize" source $UZBL_UTIL_DIR/dmenu.sh source $UZBL_UTIL_DIR/uzbl-args.sh -- cgit v1.2.3