desktop-environment/surf
j4nk ec7baa2307 Added surf with xdg patch 2023-04-09 14:59:13 -04:00
..
patches Added surf with xdg patch 2023-04-09 14:59:13 -04:00
.gitignore Added surf with xdg patch 2023-04-09 14:59:13 -04:00
LICENSE Added surf with xdg patch 2023-04-09 14:59:13 -04:00
Makefile Added surf with xdg patch 2023-04-09 14:59:13 -04:00
README Added surf with xdg patch 2023-04-09 14:59:13 -04:00
TODO.md Added surf with xdg patch 2023-04-09 14:59:13 -04:00
arg.h Added surf with xdg patch 2023-04-09 14:59:13 -04:00
common.h Added surf with xdg patch 2023-04-09 14:59:13 -04:00
config.def.h Added surf with xdg patch 2023-04-09 14:59:13 -04:00
config.h Added surf with xdg patch 2023-04-09 14:59:13 -04:00
config.mk Added surf with xdg patch 2023-04-09 14:59:13 -04:00
suckless-surf-open.desktop Added surf with xdg patch 2023-04-09 14:59:13 -04:00
suckless-surf-open.directory Added surf with xdg patch 2023-04-09 14:59:13 -04:00
suckless-surf.desktop Added surf with xdg patch 2023-04-09 14:59:13 -04:00
suckless-surf.directory Added surf with xdg patch 2023-04-09 14:59:13 -04:00
surf-open.sh Added surf with xdg patch 2023-04-09 14:59:13 -04:00
surf.1 Added surf with xdg patch 2023-04-09 14:59:13 -04:00
surf.c Added surf with xdg patch 2023-04-09 14:59:13 -04:00
surf.png Added surf with xdg patch 2023-04-09 14:59:13 -04:00
webext-surf.c Added surf with xdg patch 2023-04-09 14:59:13 -04:00

README

surf - simple webkit-based browser
==================================
surf is a simple Web browser based on WebKit/GTK+.

Requirements
------------
In order to build surf you need GTK+ and Webkit/GTK+ header files.

In order to use the functionality of the url-bar, also install dmenu[0].

Installation
------------
Edit config.mk to match your local setup (surf is installed into
the /usr/local namespace by default).

Afterwards enter the following command to build and install surf (if
necessary as root):

    make clean install

Running surf
------------
run
	surf [URI]

See the manpage for further options.

Running surf in tabbed
----------------------
For running surf in tabbed[1] there is a script included in the distribution,
which is run like this:

	surf-open.sh [URI]

Further invocations of the script will run surf with the specified URI in this
instance of tabbed.

[0] http://tools.suckless.org/dmenu
[1] http://tools.suckless.org/tabbed