Mínimas modificaciones al surf de suckless.
DELM b2dda14d9c gpl y readme | пре 2 година | |
---|---|---|
FAQ.md | пре 3 година | |
LICENSE | пре 2 година | |
Makefile | пре 3 година | |
README.org | пре 2 година | |
TODO.md | пре 3 година | |
arg.h | пре 3 година | |
config.def.h | пре 3 година | |
config.def.h.orig | пре 3 година | |
config.def.h.rej | пре 3 година | |
config.h | пре 3 година | |
config.mk | пре 3 година | |
surf-open.sh | пре 3 година | |
surf-websearch-20190510-d068a38.diff | пре 3 година | |
surf.1 | пре 3 година | |
surf.c | пре 3 година | |
surf.c.orig | пре 3 година | |
surf.png | пре 3 година |
surf es un navegador web simple basado en WebKit/GTK+. Esta es una versión levemente modificada de la original escrita por el proyecto suckless.
En Debian GNU/Linux:
# apt install build-essential libx11-dev libxinerama-dev sharutils libxft-dev libwebkit2gtk-4.0-dev
Para el funcionamiento de la barra de direcciones también se debe instalar dmenu.
Esta versión no incluye pestañas, pero si se desea se puede complementar su uso con tabbed.
$ git clone https://notabug.org/dlmayhem/terror-surf.git
$ cd terror-surf
# make clean install
La configuración se puede hacer directamente en el archivo config.h y luego se debe recompilar.