more things to do

phoen
Daniel Barlow 2022-02-05 20:38:24 +00:00
parent cb477a9146
commit 876e70e642
2 changed files with 4 additions and 7 deletions

View File

@ -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

View File

@ -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