Mínimas modificaciones al surf de suckless.

DELM b2dda14d9c gpl y readme 2 år sedan
FAQ.md 9b8417594c subidón 3 år sedan
LICENSE b2dda14d9c gpl y readme 2 år sedan
Makefile 9b8417594c subidón 3 år sedan
README.org b2dda14d9c gpl y readme 2 år sedan
TODO.md 9b8417594c subidón 3 år sedan
arg.h 9b8417594c subidón 3 år sedan
config.def.h 9b8417594c subidón 3 år sedan
config.def.h.orig 9b8417594c subidón 3 år sedan
config.def.h.rej 9b8417594c subidón 3 år sedan
config.h 9b8417594c subidón 3 år sedan
config.mk 9b8417594c subidón 3 år sedan
surf-open.sh 9b8417594c subidón 3 år sedan
surf-websearch-20190510-d068a38.diff 9b8417594c subidón 3 år sedan
surf.1 9b8417594c subidón 3 år sedan
surf.c 9b8417594c subidón 3 år sedan
surf.c.orig 9b8417594c subidón 3 år sedan
surf.png 9b8417594c subidón 3 år sedan

README.org

Presentación

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.

Versión de surf

  • 2.1

Parches agregados

Requisitos

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.

Instalación

  • $ git clone https://notabug.org/dlmayhem/terror-surf.git
  • $ cd terror-surf
  • # make clean install

Configuración

La configuración se puede hacer directamente en el archivo config.h y luego se debe recompilar.