aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Ben Boeckel <MathStuf@gmail.com>2010-10-02 15:50:19 -0400
committerGravatar Ben Boeckel <MathStuf@gmail.com>2010-10-02 15:50:19 -0400
commitfa27c93805d19d9aabae896a359b77767afc9de0 (patch)
treec531a67b6b4dd14a6388e2deb0792c1e7e0f6fed /examples
parent5ead964cad114989d49114f6a1490faa63b8ce6b (diff)
Set the dmenu theme properly
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/data/scripts/instance-select-wmii.sh2
-rwxr-xr-xexamples/data/scripts/load_url_from_bookmarks.sh2
-rwxr-xr-xexamples/data/scripts/load_url_from_history.sh2
3 files changed, 6 insertions, 0 deletions
diff --git a/examples/data/scripts/instance-select-wmii.sh b/examples/data/scripts/instance-select-wmii.sh
index 1fc6ed0..967d7ad 100755
--- a/examples/data/scripts/instance-select-wmii.sh
+++ b/examples/data/scripts/instance-select-wmii.sh
@@ -11,6 +11,8 @@
# See http://www.uzbl.org/wiki/wmii for more info
# $1 must be one of 'list', 'next', 'prev'
+DMENU_SCHEME="wmii"
+
source $UZBL_UTIL_DIR/dmenu.sh
case "$1" in
diff --git a/examples/data/scripts/load_url_from_bookmarks.sh b/examples/data/scripts/load_url_from_bookmarks.sh
index 7613624..2c2a926 100755
--- a/examples/data/scripts/load_url_from_bookmarks.sh
+++ b/examples/data/scripts/load_url_from_bookmarks.sh
@@ -2,6 +2,8 @@
#NOTE: it's the job of the script that inserts bookmarks to make sure there are no dupes.
+DMENU_SCHEME="bookmarks"
+
source $UZBL_UTIL_DIR/dmenu.sh
source $UZBL_UTIL_DIR/uzbl-args.sh
source $UZBL_UTIL_DIR/uzbl-dir.sh
diff --git a/examples/data/scripts/load_url_from_history.sh b/examples/data/scripts/load_url_from_history.sh
index 80cd3d8..2d15b4f 100755
--- a/examples/data/scripts/load_url_from_history.sh
+++ b/examples/data/scripts/load_url_from_history.sh
@@ -1,5 +1,7 @@
#!/bin/sh
+DMENU_SCHEME="history"
+
source $UZBL_UTIL_DIR/dmenu.sh
source $UZBL_UTIL_DIR/uzbl-args.sh
source $UZBL_UTIL_DIR/uzbl-dir.sh