summaryrefslogtreecommitdiff
path: root/doc/dwb.1.txt
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2013-02-07 23:56:18 +0100
committerportix <portix@gmx.net>2013-02-07 23:56:18 +0100
commit97c4fd5a2544059a3d4c0eb1022b543746979caa (patch)
treeea3e4400811486b9bead4967540f13ca0f8c2019 /doc/dwb.1.txt
parentc2d77cba544943dd64fad83d399fadbf8b184efc (diff)
downloaddwb-97c4fd5a2544059a3d4c0eb1022b543746979caa.zip
Fixing manpage (scheme handler example)
Diffstat (limited to 'doc/dwb.1.txt')
-rw-r--r--doc/dwb.1.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/dwb.1.txt b/doc/dwb.1.txt
index 05bb64f9..f8728840 100644
--- a/doc/dwb.1.txt
+++ b/doc/dwb.1.txt
@@ -1462,12 +1462,6 @@ your application, so you can simply set this to 'xdg-open'. There are also the
environment variables 'DWB_URI', 'DWB_SCHEME', 'DWB_COOKIES', 'DWB_USER_AGENT',
and 'DWB_REFERER' available which can be used in a script, for example:
-*show-single-tab*::
-Whether to show the tabbar if only one tab is open, default value: 'true'.
-
-*searchengine-submit-pattern*::
-The pattern which will be replaced with the search terms.
-
--------
#!/bin/sh
@@ -1479,6 +1473,12 @@ esac
--------
+*show-single-tab*::
+Whether to show the tabbar if only one tab is open, default value: 'true'.
+
+*searchengine-submit-pattern*::
+The pattern which will be replaced with the search terms.
+
*scroll-step*::
The step-increment in pixels for scrolling. If set to a value lower or equal 0,
the default step-increment will be used. default value: '0.0'.