summaryrefslogtreecommitdiff
path: root/README
blob: d8a4cb9d99b7b2c4f3ea4ea1ab35b7da856348a5 (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
28
29
30
31
32
33
34
35
36
37
38
39
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
	- Pluggability into suckless' tabbed

Planned features:

	- An input box to change the current URL
	- vi-like shortcuts
	- Adblock


Using sn with tabbed
====================

The order of arguments for sn doesn't matter. This means you can run it
like this:

	$ tabbed -c ./sn file:///home/hans/bookmarks.html -z 0.8 -e

Each new tab will then show your bookmarks and is scaled by a factor of
0.8.


Literature
==========

API references:

	- http://webkitgtk.org/reference/webkitgtk/stable/index.html
	- https://developer.gnome.org/gtk3/stable/index.html