From 876e70e6426b757f4b30c331b2ffebd727314833 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Sat, 5 Feb 2022 20:38:24 +0000 Subject: [PATCH] more things to do --- just/README.md | 5 ++++- just/default.nix | 6 ------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/just/README.md b/just/README.md index cdca91a..959859e 100644 --- a/just/README.md +++ b/just/README.md @@ -7,7 +7,10 @@ Touchscreen-friendly wrapper around Webkit - downloads (pass to download manager) - cancel/stop button - refresh button +- progress indicator - support multiple tabs - find out if it's going to eat cpu like luakit does -- some kind of bookmarks/favourites/pinned tabs +- some kind of bookmarks/favourites/pinned tabs/memory of visited sites - ESC in url bar cancels typing +- support cookies (may need to save them across sessions?) +- warning for insecure sites diff --git a/just/default.nix b/just/default.nix index 09f2019..e8d2f66 100644 --- a/just/default.nix +++ b/just/default.nix @@ -18,14 +18,8 @@ let fennel = fetchurl { hash = "sha256:1nha32yilzagfwrs44hc763jgwxd700kaik1is7x7lsjjvkgapw7"; }; webkitgtk = gnome3.webkitgtk; - # dbusProxy = callPackage ./dbus-proxy.nix { - # inherit (lua53Packages) lgi buildLuaPackage; - # lua = lua5_3; - # }; lua = lua5_3.withPackages (ps: with ps; [ -# dbusProxy -# inifile inspect lgi luafilesystem