blob: 243f57e827197bbb95baf5333c21dac756fd8479 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
sn - sonst nix
==============
This is a minimalistic web browser using Gtk3 and WebKit. "Sonst nix" is
german and translates roughly to "nothing else". sn is simple and meant
to stay simple.
Features:
- A WebKit viewport
- Global content zoom
Planned features:
- An input box to change the current URL
- vi-like shortcuts
- Adblock
- Pluggability into suckless' tabbed (preferred) or native tabs
Literature
==========
API references:
- http://webkitgtk.org/reference/webkitgtk/stable/index.html
- https://developer.gnome.org/gtk3/stable/index.html
|