multiple tab support
This commit is contained in:
parent
f405b56396
commit
cba16113a1
@ -5,9 +5,6 @@ Touchscreen-friendly wrapper around Webkit
|
||||
## TO DO
|
||||
|
||||
- downloads (pass to download manager)
|
||||
- support multiple tabs
|
||||
- allow closing tabs
|
||||
- hook up url bar & title to show info for current tab
|
||||
- find out if it's going to eat cpu like luakit does
|
||||
- some kind of bookmarks/favourites/pinned tabs/memory of visited sites
|
||||
- ESC in url bar cancels typing
|
||||
|
@ -1,6 +1,5 @@
|
||||
{ stdenv
|
||||
, callPackage
|
||||
, dconf
|
||||
, fetchFromGitHub
|
||||
, fetchurl
|
||||
, glib-networking
|
||||
@ -34,6 +33,8 @@ in stdenv.mkDerivation {
|
||||
src =./.;
|
||||
inherit fennel;
|
||||
|
||||
# this will have to go into a makeWrapper thingy when we
|
||||
# get to the point of producing an actual package
|
||||
GIO_EXTRA_MODULES = "${glib-networking}/lib/gio/modules";
|
||||
buildInputs = [ lua gtk3 webkitgtk gobject-introspection.dev
|
||||
glib-networking ];
|
||||
|
Loading…
Reference in New Issue
Block a user