f6390b8cfe7ebe1bb7e351e9fb05780f37432a95
[uzbl-mobile] / examples / configs / sampleconfig-dev
1
2 # example uzbl config. in a real config, we should obey the xdg spec
3
4 # all keys in the behavior group are optional.  if not set, the corresponding behavior is disabed.
5 # bindings_internal denote keys to trigger actions internally in uzbl
6 # bindings_external denote keys to trigger scripts outside uzbl
7
8 # keyboard behavior is vimstyle by default (all actions -> 1 key). set
9 # always_insert_mode to always be in insert mode and disable going out of it.
10 # if you do this, make sure you've set a modkey so you can reach the actions
11 # from insert mode by combining them with the modkey
12
13 [behavior]
14 history_handler = /bin/bash ./examples/scripts/history.sh
15 download_handler = /bin/bash ./examples/scripts/download.sh
16 fifo_dir = /tmp
17 socket_dir = /tmp
18 always_insert_mode = 0
19 modkey = Mod1
20 show_status = 1
21 status_top = 0
22
23 [bindings]
24 b = back
25 m = forward
26 s = stop
27 r = refresh
28 R = reload
29 h = uri http://www.uzbl.org
30 f = follow_link_here
31 F = follow_link_new_tab
32 w = follow_link_new_window
33 + = zoom_in
34 - = zoom_out
35 t = toggle_status
36 k = exit
37 B = spawn /bin/bash ./examples/scripts/insert_bookmark.sh
38 u = spawn /bin/bash ./examples/scripts/load_url_from_history.sh
39 U = spawn /bin/bash ./examples/scripts/load_url_from_bookmarks.sh
40
41 [network]