Newpatch branch is used for applying new patches to surf
before merging them to the main branch. It's primary used as a fail-safe in case of errors.
===================
My custom build of suckless surf browser. This is a part of me trying some suckless software.
In this section I will list patches that I have applied to my custom Surf browser build:
- Bookmarks - a patch for adding bookmarks with Ctrl + m keybind.
- Homepage - a patch for setting a homepage within Surf web browser.
In this section I will provide instructions for installing my custom surf
browser build.
- Clone this git repository:
git clone https://github.com/KostasEreksonas/surf-kostas.git
- Go to the folder of the cloned repository:
cd surf-kostas
- Build the package:
make
- Compile this custom
surf
build with root privilleges:
sudo make clean install
- Done!