• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

LICENSEH A D09-May-20212.2 KiB4943

MakefileH A D09-May-20211.8 KiB7758

READMEH A D09-May-2021959 4128

TODO.mdH A D09-May-2021247 118

arg.hH A D09-May-20211,010 4936

common.hH A D09-May-202119 21

config.def.hH A D03-May-20227.9 KiB193130

config.mkH A D03-May-2022896 3318

surf-open.shH A D09-May-2021444 3323

surf.1H A D09-May-20215.2 KiB306305

surf.cH A D09-May-202151.9 KiB2,1341,816

webext-surf.cH A D09-May-20212.4 KiB10788

README

1surf - simple webkit-based browser
2==================================
3surf is a simple Web browser based on WebKit/GTK+.
4
5Requirements
6------------
7In order to build surf you need GTK+ and Webkit/GTK+ header files.
8
9In order to use the functionality of the url-bar, also install dmenu[0].
10
11Installation
12------------
13Edit config.mk to match your local setup (surf is installed into
14the /usr/local namespace by default).
15
16Afterwards enter the following command to build and install surf (if
17necessary as root):
18
19    make clean install
20
21Running surf
22------------
23run
24	surf [URI]
25
26See the manpage for further options.
27
28Running surf in tabbed
29----------------------
30For running surf in tabbed[1] there is a script included in the distribution,
31which is run like this:
32
33	surf-open.sh [URI]
34
35Further invocations of the script will run surf with the specified URI in this
36instance of tabbed.
37
38[0] http://tools.suckless.org/dmenu
39[1] http://tools.suckless.org/tabbed
40
41