dotfiles/stuff/manual-programs/suckless/surf
iceyrazor 34ed301bed typical update of files 2025-02-11 15:48:30 -06:00
..
FAQ.md reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
LICENSE reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
Makefile reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
README reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
TODO.md reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
arg.h reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
common.h reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
config.def.h reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
config.def.h.orig reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
config.h reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
config.mk typical update of files 2025-02-11 15:48:30 -06:00
surf typical update of files 2025-02-11 15:48:30 -06:00
surf-modal-20190209-d068a38.diff reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
surf-open.sh reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
surf-uri-aliases-20220930-089272b.diff reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
surf.1 reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
surf.c reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
surf.c.orig reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
surf.o typical update of files 2025-02-11 15:48:30 -06:00
surf.png reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
webext-surf.c reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
webext-surf.o typical update of files 2025-02-11 15:48:30 -06:00
webext-surf.so typical update of files 2025-02-11 15:48:30 -06: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