summaryrefslogtreecommitdiff
path: root/surf.1
diff options
context:
space:
mode:
authorCarlos J. Torres <vlaadbrain@gmail.com>2013-02-21 09:59:07 -0500
committerChristoph Lohmann <20h@r-36.net>2013-02-25 13:42:19 +0100
commitfe3bd631d4e163e15ab685c22ad70c67f8b94f83 (patch)
tree540490da05576dde685c8d91d4d70731b9db5057 /surf.1
parent69004b2ff67c5747e3f03fcffad1192741ea9419 (diff)
downloadsurf-fe3bd631d4e163e15ab685c22ad70c67f8b94f83.tar.gz
surf-fe3bd631d4e163e15ab685c22ad70c67f8b94f83.tar.bz2
surf-fe3bd631d4e163e15ab685c22ad70c67f8b94f83.zip
disable/toggle scrollbars
* add flag to main * add flag to manual * add signal handler to block default scrollbar policy * add toggle of scrollbars (hacky - but no reload) with a twitch * add key map to manual * add commandline flag to children surfers * update TODO * sort stuff alphabetically for the style inquisition Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat (limited to 'surf.1')
-rw-r--r--surf.112
1 files changed, 9 insertions, 3 deletions
diff --git a/surf.1 b/surf.1
index 1bad494..97c00f0 100644
--- a/surf.1
+++ b/surf.1
@@ -3,7 +3,7 @@
surf \- simple webkit-based browser
.SH SYNOPSIS
.B surf
-.RB [-ipnsvx]
+.RB [-bipnsvx]
.RB [-c\ cookiefile]
.RB [-e\ xid]
.RB [-r\ scriptfile]
@@ -17,6 +17,9 @@ which makes it possible to embed it in another application. Furthermore,
one can point surf to another URI by setting its XProperties.
.SH OPTIONS
.TP
+.B \-b
+Disable Scrollbars
+.TP
.B \-c cookiefile
Specify the
.I cookiefile
@@ -127,8 +130,8 @@ Copies current URI to primary selection.
.B Ctrl\-o
Show the sourcecode of the current page.
.TP
-.B Ctrl\-Shift\-o
-Open the Web Inspector (Developer Tools) window for the current page.
+.B Ctrl\-Shift\-b
+Toggle scrollbars
.TP
.B Ctrl\-Shift\-c
Toggle caret browsing.
@@ -141,6 +144,9 @@ Toggle if the
.I stylefile
file should be loaded.
.TP
+.B Ctrl\-Shift\-o
+Open the Web Inspector (Developer Tools) window for the current page.
+.TP
.B Ctrl\-Shift\-s
Toggle script execution.
.TP