documented config
[uzbl-mobile] / sampleconfig
1 # example uzbl config. in a real config, we should obey the xdg spec
2
3 # if history_file is not set, then no history logging is performed.
4 # bindings_internal denote keys to trigger actions internally in uzbl
5 # bindings_external denote keys to trigger scripts outside uzbl
6
7 [behavior]
8 history_file = /tmp/uzbl.history
9 download_handler = ./extra/download.sh
10
11 [bindings_internal]
12 n = next
13 f = follow_link_here
14 F = follow_link_new_tab
15 w = follow_link_new_window
16
17 [bindings_external]
18 b = ./extra/insert_bookmark.sh
19 u = ./extra/load_url_from_history.sh
20 U = ./extra/load_url_from_bookmarks.sh
21
22
23 [network]