git.fiddlerwoaroof.com
Browse code

added README

fiddlerwoaroof authored on 11/08/2014 06:17:01
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,9 @@
1
+# Description
2
+
3
+Minimalistic webbrowser to be used with a tiling window manager like xmonad
4
+
5
+# Requirements:
6
+
7
+- Python 3 (I develop on 3.4, you'll have to change the first line of pybrowse to work on other versions)
8
+- pygobject (for access to Gtk)
9
+- glade to edit the interface