forked from uzbl/uzbl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
uzbl-core.1
81 lines (81 loc) · 1.95 KB
/
uzbl-core.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
.Dd $Mdocdate: March 05 2014
.Dt UZBL-CORE 1
.Os
.Sh NAME
.Nm uzbl-core
.Nd keyboard controlled browser
.Sh SYNOPSIS
.Nm
.Bk -words
.Op Fl BhpvV
.Op Fl c Ar config
.Op Fl Fl connect-socket Ar csocket
.Op Fl Fl display Ar display
.Op Fl g Ar geometry
.Op Fl n Ar name
.Op Fl s Ar socketid
.Op Ar uri
.Ek
.Sh DESCRIPTION
.Nm
is the main component of uzbl and is meant for integration with other
tool and scripts. It uses WebKit for rendering and network interaction.
Furthermore, it provides interfaces to get data in and out.
.Pp
It has no built-in means for URL changing, loading/saving of bookmarks,
saving history, et cetera. If your are looking for a complete browsing
experience based on
.Nm
take a look at
.Xr uzbl-browser 1 .
.Pp
The options are as follows:
.Bl -tag -width "v"
.It Fl B, Fl Fl bug-info
Prints information about dependencies and the system for bug reports and then quit.
.It Fl c, Fl Fl config Ar config
Configuration file to load.
.It Fl Fl connect-socket Ar csocket
The path to a
.Xr uzbl-event-manager 1
(or other event manager) socket.
.It Fl Fl display Ar display
The X display to use.
.It Fl g, Fl Fl geometry Ar geometry
Set the geometry of
.Nm
on start. Accepts either
.Em maximized
or alternatively
.Em WIDTHxHEIGHT+X+Y
as formats.
.It Fl h, Fl Fl help
Whether to print help message and exit afterwards.
.It Fl n, Fl Fl named Ar name
Name of the current instance (defaults to Xorg window id).
.It Fl p, Fl Fl print-events
Whether to print events to stdout.
.It Fl s, Fl Fl xembed-socket Ar socketid
The Xembed socket ID.
.It Fl v, Fl Fl verbose
Whether to print all messages or just errors.
.It Fl V, Fl Fl version
Whether to output the version and quit.
.El
.Sh FILES
.Bl -tag -width "v"
.It Pa ${XDG_CONFIG_HOME:-$HOME/.config}/uzbl/config
The default
.Nm
config file.
.El
.Sh SEE ALSO
.Xr uzbl-browser 1
.Xr uzbl-event-manager 1
.Sh AUTHORS
.Nm
was written by
.An -nosplit
.An Dieter Plaetinck Aq Mt [email protected]
and
.An Ben Boeckel Aq Mt [email protected] .