aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/configs/sampleconfig-dev
diff options
context:
space:
mode:
Diffstat (limited to 'examples/configs/sampleconfig-dev')
-rw-r--r--examples/configs/sampleconfig-dev16
1 files changed, 10 insertions, 6 deletions
diff --git a/examples/configs/sampleconfig-dev b/examples/configs/sampleconfig-dev
index 752a191..835a617 100644
--- a/examples/configs/sampleconfig-dev
+++ b/examples/configs/sampleconfig-dev
@@ -36,15 +36,16 @@ set modkey = Mod1
set reset_command_mode = 1
# this var has precedence over reset_command_mode
set always_insert_mode = 0
+
# to start a local socks server, do : ssh -fND localhost:8118 localhost
-#set proxy_url = http://127.0.0.1:8118
+#set proxy_url = http://127.0.0.1:8118
#values 0-3
-#set http_debug = 0
-#set useragent uzbl (Webkit %webkit-major%.%webkit-minor%.%webkit-micro%)
+#set http_debug = 0
+#set useragent = uzbl (Webkit %webkit-major%.%webkit-minor%.%webkit-micro%)
# Example user agent containing everything:
-#set useragent Uzbl (Webkit %webkit-major%.%webkit-minor%.%webkit-micro%) (%sysname% %nodename% %kernrel% %kernver% %arch-system% [%arch-uzbl%]) (Commit %commit%)
-#set max_conns 0
-#set max_conns_host 0
+#set useragent = Uzbl (Webkit %webkit-major%.%webkit-minor%.%webkit-micro%) (%sysname% %nodename% %kernrel% %kernver% %arch-system% [%arch-uzbl%]) (Commit %commit%)
+#set max_conns = 0
+#set max_conns_host = 0
set fifo_dir = /tmp
set socket_dir = /tmp
@@ -81,6 +82,9 @@ bind i = insert_mode
bind B = spawn ./examples/scripts/insert_bookmark.sh
bind U = spawn ./examples/scripts/load_url_from_history.sh
bind u = spawn ./examples/scripts/load_url_from_bookmarks.sh
+# with the sample yank script, you can yank one of the arguments into clipboard/selection
+bind yurl = spawn ./examples/scripts/yank.sh 8 primary
+bind ytitle = spawn ./examples/scripts/yank.sh 9 clipboard
bind ZZ = exit
bind S = script alert("hi");
# example showing how to use sh