From cba16113a1c5d1e63903aeb77a0824c75bdab2e8 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Tue, 8 Feb 2022 11:02:44 +0000 Subject: [PATCH] multiple tab support --- just/README.md | 3 --- just/default.nix | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/just/README.md b/just/README.md index 06a7c9c..d708d3d 100644 --- a/just/README.md +++ b/just/README.md @@ -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 diff --git a/just/default.nix b/just/default.nix index 3525f7f..eeb6ebb 100644 --- a/just/default.nix +++ b/just/default.nix @@ -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 ];