dir for fifo
[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 fifo_dir = /tmp
11
12 [bindings_internal]
13 n = next
14 f = follow_link_here
15 F = follow_link_new_tab
16 w = follow_link_new_window
17
18 [bindings_external]
19 b = ./extra/insert_bookmark.sh
20 u = ./extra/load_url_from_history.sh
21 U = ./extra/load_url_from_bookmarks.sh
22
23
24 [network]