Jumanji is a light webkit based web browser. It is like vimperator but without the b** firefox

https://pwmt.org/projects/jumanji/
You can install it via slapt-get if you're running salix >= 13.37
This thread is just to share our tips'n tricks.
If you want to have some custom actions, you have to make a jumanjirc file (~/.config/jumanji/jumanjirc)
I begin to play with it, so, here is mine :
Code: Select all
# jumanji configuration
# search engines
searchengine ggl http://www.google.com/search?q=%s
searchengine wiki http://en.wikipedia.org/w/index.php?search=%s
searchengine safo http://www.salixos.org/forum/search.php?keywords=%s
searchengine sawi http://www.salixos.org/wiki/index.php/Special:Search?search=%s
# browser settings
set homepage http://www.salixos.org/start/en/
set auto_save 60
# Use privoxy for adblocking
#set proxy localhost:8118
# look n feel
set font monospace normal 9
#set stylesheet
# file:///home/fredg/.config/jumanji/style.css
# Enable plugins
plugin application/x-shockwave-flash
# follow hints
script ~/.config/jumanji/scripts/hinting.js
# downloads
set download_dir /home/fredg/Desktop/
set download_command /bin/sh -c "wget --load-cookies ~/.config/jumanji/cookies '%s' -O '%s'";
# keybindings
map <C-,> nav_history previous
map <C-;> nav_history next
-download via wget
-custom search engines (salix forum/wiki, google, wikipedia)
-links hints and follow (no need to have a mouse to click)
-custom keybindings for nav_history
For now, still have trouble running flash ...
++