my suckless browser config
Find a file
2024-08-07 13:46:07 +02:00
.gitignore initial commit 2024-08-02 18:34:24 +02:00
commit added commit script 2024-08-06 01:25:22 +02:00
common.h initial commit 2024-08-02 18:34:24 +02:00
config.def.h added pretty suspend tab 2024-08-06 01:58:49 +02:00
config.mk initial commit 2024-08-02 18:34:24 +02:00
FAQ.md initial commit 2024-08-02 18:34:24 +02:00
LICENSE initial commit 2024-08-02 18:34:24 +02:00
Makefile initial commit 2024-08-02 18:34:24 +02:00
README.md fixed readme issue 2024-08-06 02:06:23 +02:00
shell.nix initial commit 2024-08-02 18:34:24 +02:00
surf-open.sh initial commit 2024-08-02 18:34:24 +02:00
surf.1 initial commit 2024-08-02 18:34:24 +02:00
surf.c added keybinds sheet 2024-08-07 13:46:07 +02:00
surf.png initial commit 2024-08-02 18:34:24 +02:00
TODO.md initial commit 2024-08-02 18:34:24 +02:00
webext-surf.c fixed warnings 2024-08-03 11:30:39 +02:00

savoia (surf) - simple webkit-based browser

savoia is a simple Web browser based on WebKit/GTK+.

Patches/Changes from vanilla surf

  • Modal patch
  • Quit-hotkey
  • Search engines patch
    • search with
    • See config.def.h for current available engines
  • Fixed manpage accordingly
  • Cache/Cookies goes to /tmp
  • Patched out the need for gcr (thanks to kyx0r)
  • download manager
  • bookmarks
  • tabs
  • suspend

Requirements

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

Installation

Edit config.mk to match your local setup (surf is installed into the /usr/local namespace by default).
Edit config.h or config.def.h to match your tastes, and be careful to change marukuru to dmenu or other app you have installed

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

make clean install