]> git.armaanb.net Git - chorizo.git/blob - README
Support XEMBED
[chorizo.git] / README
1 sn - sonst nix
2 ==============
3
4 This is a minimalistic web browser using Gtk3 and WebKit. "Sonst nix" is
5 german and translates roughly to "nothing else". sn is simple and meant
6 to stay simple.
7
8 Features:
9
10         - A WebKit viewport
11         - Global content zoom
12         - Pluggability into suckless' tabbed
13
14 Planned features:
15
16         - An input box to change the current URL
17         - vi-like shortcuts
18         - Adblock
19
20
21 Using sn with tabbed
22 ====================
23
24 The order of arguments for sn doesn't matter. This means you can run it
25 like this:
26
27         $ tabbed -c ./sn file:///home/hans/bookmarks.html -z 0.8 -e
28
29 Each new tab will then show your bookmarks and is scaled by a factor of
30 0.8.
31
32
33 Literature
34 ==========
35
36 API references:
37
38         - http://webkitgtk.org/reference/webkitgtk/stable/index.html
39         - https://developer.gnome.org/gtk3/stable/index.html