Added show_status variable and toggle_status key. Fixed a conflicting binding.
authorBarrucadu <mike@barrucadu.co.uk>
Sun, 26 Apr 2009 13:45:41 +0000 (14:45 +0100)
committerBarrucadu <mike@barrucadu.co.uk>
Sun, 26 Apr 2009 13:45:41 +0000 (14:45 +0100)
.gitignore [deleted file]
sampleconfig
uzbl [deleted file]

diff --git a/.gitignore b/.gitignore
deleted file mode 100644 (file)
index d6df486..0000000
+++ /dev/null
@@ -1 +0,0 @@
-uzbl
index 3a4bae1..3849b12 100644 (file)
@@ -16,6 +16,7 @@ download_handler = ./extra/download.sh
 fifo_dir = /tmp
 always_insert_mode = 0
 modkey = Mod4
+show_status = 0
 
 [bindings_internal]
 back = b
@@ -29,10 +30,10 @@ follow_link_new_tab = F
 follow_link_new_window = w
 zoom_in = +
 zoom_out = -
-
+toggle_status = S
 
 [bindings_external]
-./extra/insert_bookmark.sh = b
+./extra/insert_bookmark.sh = B
 ./extra/load_url_from_history.sh = u
 ./extra/load_url_from_bookmarks.sh = U
 
diff --git a/uzbl b/uzbl
deleted file mode 100755 (executable)
index 1f8a0f8..0000000
Binary files a/uzbl and /dev/null differ