more things to do
This commit is contained in:
parent
cb477a9146
commit
876e70e642
@ -7,7 +7,10 @@ Touchscreen-friendly wrapper around Webkit
|
|||||||
- downloads (pass to download manager)
|
- downloads (pass to download manager)
|
||||||
- cancel/stop button
|
- cancel/stop button
|
||||||
- refresh button
|
- refresh button
|
||||||
|
- progress indicator
|
||||||
- support multiple tabs
|
- support multiple tabs
|
||||||
- find out if it's going to eat cpu like luakit does
|
- 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
|
- ESC in url bar cancels typing
|
||||||
|
- support cookies (may need to save them across sessions?)
|
||||||
|
- warning for insecure sites
|
||||||
|
@ -18,14 +18,8 @@ let fennel = fetchurl {
|
|||||||
hash = "sha256:1nha32yilzagfwrs44hc763jgwxd700kaik1is7x7lsjjvkgapw7";
|
hash = "sha256:1nha32yilzagfwrs44hc763jgwxd700kaik1is7x7lsjjvkgapw7";
|
||||||
};
|
};
|
||||||
webkitgtk = gnome3.webkitgtk;
|
webkitgtk = gnome3.webkitgtk;
|
||||||
# dbusProxy = callPackage ./dbus-proxy.nix {
|
|
||||||
# inherit (lua53Packages) lgi buildLuaPackage;
|
|
||||||
# lua = lua5_3;
|
|
||||||
# };
|
|
||||||
|
|
||||||
lua = lua5_3.withPackages (ps: with ps; [
|
lua = lua5_3.withPackages (ps: with ps; [
|
||||||
# dbusProxy
|
|
||||||
# inifile
|
|
||||||
inspect
|
inspect
|
||||||
lgi
|
lgi
|
||||||
luafilesystem
|
luafilesystem
|
||||||
|
Loading…
Reference in New Issue
Block a user