diff options
author | Andrew Tkalia <anddt@yandex.ru> | 2013-06-30 00:11:34 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-06-30 00:17:26 -0500 |
commit | 918a1e3ff8516fcb6b6dbb03dde3b45f28112440 (patch) | |
tree | 8e58cb5bad10e98b192720bf5aaf882fa9b5c7f7 /network/luakit/README | |
parent | 4bbe59cb3e2695c3d4526cdb2797fb5bb289bb65 (diff) | |
download | slackbuilds-918a1e3ff8516fcb6b6dbb03dde3b45f28112440.tar.gz |
network/luakit: Added (micro-browser framework)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'network/luakit/README')
-rw-r--r-- | network/luakit/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/network/luakit/README b/network/luakit/README new file mode 100644 index 0000000000..506335e951 --- /dev/null +++ b/network/luakit/README @@ -0,0 +1,12 @@ +luakit is a fast, light and simple to use micro-browser framework +exensible by Lua using the WebKit web content engine and the GTK+ +toolkit. + +The configuration options are endless, the entire browser is +constructed by the config files present in /etc/xdg/luakit +Just copy the files you wish to change (and the rc.lua) into +$XDG_CONFIG_HOME/luakit (defaults to ~/.config/luakit) and +luakit will use those files when you next launch it. + +luajit and libunique are optional dependencies. +You can pass LUAJIT=1 UNIQUE=1 to the SlackBuild. |