aboutsummaryrefslogtreecommitdiffhomepage
path: root/sampleconfig
blob: d688fdaba14e6e7db3b5b308dd71fcfbab470250 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# example uzbl config. in a real config, we should obey the xdg spec

# if history_file is not set, then no history logging is performed.
# bindings_internal denote keys to trigger actions internally in uzbl
# bindings_external denote keys to trigger scripts outside uzbl

[behavior]
history_file = /tmp/uzbl.history
download_handler = ./extra/download.sh
fifo_dir = /tmp

[bindings_internal]
n = next
f = follow_link_here
F = follow_link_new_tab
w = follow_link_new_window

[bindings_external]
b = ./extra/insert_bookmark.sh
u = ./extra/load_url_from_history.sh
U = ./extra/load_url_from_bookmarks.sh


[network]