savoia-surf/README.md
WanderingPenwing bd970142e1 edited readme
2024-08-07 14:07:58 +02:00

897 B

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 can use or take inspiration from the shell.nix at your disposal

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