updating manpage
[surf.git] / surf.1
1 .TH SURF 1 surf\-VERSION
2 .SH NAME
3 surf \- simple webkit based browser
4 .SH SYNOPSIS
5 .B surf
6 .RB [ \-ehvx ]
7 .RB [ \-f " FILE"]
8 .RB [ \-u " URI"]
9 .SH DESCRIPTION
10 surf is a simple webbrowser which is based on webkit/gtk+. It is able
11 to display websites and follow links. It supports the Xembedded protocol
12 which makes it possible to embed it into another application. Furthermore
13 one can point surf to another URI by setting it's XProperties.
14 .SH OPTIONS
15 .TP
16 .B \-e
17 prints xid to standard output and waits until some application reparent the
18 window.
19 .TP
20 .B \-f FILE
21 Sets the browsers URI to FILE. Also it's possible to read from stdin.
22 .TP
23 .B \-h
24 prints usage information to standard output, then exits.
25 .TP
26 .B \-u URI
27 Sets the browsers URI.
28 .TP
29 .B \-v
30 prints version information to standard output, then exits.
31 .TP
32 .B \-x
33 prints xid to standard output. This can be used to script the browser by using
34 xprop
35 .SH USAGE
36 .TP
37 .B Ctrl\-Left
38 Walks back the history.
39 .TP
40 .B Ctrl\-Right
41 Walks forward the history.
42 .TP
43 .B Ctrl\-/
44 Opens the search-bar.
45 .TP
46 .B Ctrl\-g
47 Opens the URL-bar.
48 .TP
49 .B Ctrl\-p
50 Loads URI from primary selection.
51 .TP
52 .B Ctrl\-r
53 Reloads the website.
54 .TP
55 .B Ctrl\-Shift\-r
56 Reloads the website without using cache.
57 .TP
58 .B Ctrl\-y
59 Copies current URI to primary selection.
60 .SH SEE ALSO
61 .BR dmenu (1)
62 .BR xprop (1)
63 .SH BUGS
64 Please report them!