aboutsummaryrefslogtreecommitdiffhomepage
path: root/sampleconfig
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-26 17:25:17 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-26 17:25:17 +0200
commit809598992b1b2a87e3ea653f35b6f2e90a615200 (patch)
tree841d550de93ac03952f4707f3ed1eb67334d7a7b /sampleconfig
parent98054c90952513c095dbaf137776e4840578f8db (diff)
generic function which can be used to call external script with some arguments + history logging is now done by an external handler for maximum flexibility
Diffstat (limited to 'sampleconfig')
-rw-r--r--sampleconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/sampleconfig b/sampleconfig
index 8431947..bcaed27 100644
--- a/sampleconfig
+++ b/sampleconfig
@@ -11,8 +11,8 @@
# from insert mode by combining them with the modkey
[behavior]
-history_handler = ./extra/history.sh
-download_handler = ./extra/download.sh
+history_handler = /bin/bash ./extra/history.sh
+download_handler = /bin/bash ./extra/download.sh
fifo_dir = /tmp
always_insert_mode = 0
modkey = Mod4
@@ -33,8 +33,8 @@ zoom_out = -
toggle_status = S
[bindings_external]
-./extra/insert_bookmark.sh = B
-./extra/load_url_from_history.sh = u
-./extra/load_url_from_bookmarks.sh = U
+/bin/bash ./extra/insert_bookmark.sh = B
+/bin/bash ./extra/load_url_from_history.sh = u
+/bin/bash ./extra/load_url_from_bookmarks.sh = U
[network]