You are not logged in.
hi, just started using jumanji, very good browser, exactly what i was looking for.
i have just one question:
is there an option to change the font of the statusbar and the tabbar? i'd really like to use the terminus font. I've seen there is an option for the statusbar colors, but ":set statusbar" doesn't auto-complete further for some reason.
thanks in advance!
Offline
I don't think so from looking through the header file...
Here's the look part which has some options for statusbar and tabbar, but those are just for colors...
/* look */
char* font = "monospace normal 9";
char* default_bgcolor = "#000000";
char* default_fgcolor = "#DDDDDD";
char* inputbar_bgcolor = "#141414";
char* inputbar_fgcolor = "#9FBC00";
char* statusbar_bgcolor = "#000000";
char* statusbar_fgcolor = "#FFFFFF";
char* statusbar_ssl_bgcolor = "#9FBC00";
char* statusbar_ssl_fgcolor = "#000000";
char* tabbar_bgcolor = "#000000";
char* tabbar_fgcolor = "#FFFFFF";
char* tabbar_focus_bgcolor = "#000000";
char* tabbar_focus_fgcolor = "#9FBC00";
char* tabbar_separator_color = "#575757";
char* completion_fgcolor = "#DDDDDD";
char* completion_bgcolor = "#232323";
char* completion_g_fgcolor = "#DEDEDE";
char* completion_g_bgcolor = "#000000";
char* completion_hl_fgcolor = "#232323";
char* completion_hl_bgcolor = "#9FBC00";
char* notification_e_bgcolor = "#FF1212";
char* notification_e_fgcolor = "#FFFFFF";
char* notification_w_bgcolor = "#FFF712";
char* notification_w_fgcolor = "#000000";
Offline
you can set a font with: set font monospace normal 9
also check the wiki for more options -> http://pwmt.org/projects/jumanji/wiki
Offline
When hint feature will be implemented? I'd like stop using mouse when browsing the internet and take my hands off the keyboard....
Offline
This is allready possible with 3'rd party hint-scripts allready mentioned in this thread!...
E.g. use Portix's script from here: http://bitbucket.org/portix/stuff/raw/t … 2_hints.js, and then follow the jumanji faq(first question) about how to activate it(it's called out-of-date, but still works untill the hinting branch matures)
@burn
Oh, is that also for statusbar/tabbbar? I tried with making the font bigger, but there where no change in statusbar...
Offline
yes, its for everything. statbar, tabbar, bookmarks, history...
i use gohufont and added "set font gohufont normal 8" to my jumanjirc, works fine here.
Offline
Oh, sorry and thanks for the correction! (sorry for giving the wrong answer to ryz!)
I just previously changed ':set font_size 16' directly in jumanji and as it didn't affected the statusbar I thought it's font settings was unrelated(which it also was, as it was the wrong setting!)
Offline
Anyone here try to use stylesheet for jumanji and does it work ?
I do have one but I don't know why it doesn't work at all ?
Here it is :
css : https://github.com/nXqd/linuxConfigs/bl … i/nXqd.css
jumanjirc: https://github.com/nXqd/linuxConfigs/bl … /jumanjirc
Thanks
When you live for a strong purpose, then hard work isn't an option. It's a necessity. - Steve Pavlina
dotFiles
Offline
Anyone here try to use stylesheet for jumanji and does it work ?
I do have one but I don't know why it doesn't work at all ?
Here it is :
css : https://github.com/nXqd/linuxConfigs/bl … i/nXqd.css
jumanjirc: https://github.com/nXqd/linuxConfigs/bl … /jumanjirc
Thanks
The answer is deep within this thread. Use the absolute file path instead of ~ ( file:///home/<USER>/.config/... ).
Offline
nXqd wrote:Anyone here try to use stylesheet for jumanji and does it work ?
I do have one but I don't know why it doesn't work at all ?
Here it is :
css : https://github.com/nXqd/linuxConfigs/bl … i/nXqd.css
jumanjirc: https://github.com/nXqd/linuxConfigs/bl … /jumanjirc
ThanksThe answer is deep within this thread. Use the absolute file path instead of ~ ( file:///home/<USER>/.config/... ).
It still doesn't work, I have changed my file path to file:///root/.config/jumanji/nXqd.css
// Look like it works
Last edited by nXqd (2010-12-08 09:53:11)
When you live for a strong purpose, then hard work isn't an option. It's a necessity. - Steve Pavlina
dotFiles
Offline
well 1st impression is good, it is fast and decent key bindings, but it needs better documentation and better mouse support for times when you use mouse(can't switch tabs with mouse)
My question:
=Is there some script which can do action depending on what type of file i am downloading.
example:
*.torrent file gets executed with deluge so it is added to download list
*.jpg files get saved to ~/pic folder
*.everything else default download directory.
=Save user names passwords for web pages firefox style
=wiki says that follow link script that is in vimperator is outdated but doesn't say how can i use it since pressing f/F doesnt seem to show numbers to links
Last edited by singral (2010-12-09 14:56:53)
Offline
singral,
You can set the download command in jumanjirc. Then you can write a simple script to do what you want. An example of something more complicated (for reference) can be found in my scripts on github.
//github/
Offline
jumanji's intent is to mainly focus on the keyboard, so imho. no it dosen't need better mouse support...
There have allready been posted download scripts in this thread and your question about hinting is answered some posts up by me....
Last edited by mhertz (2010-12-09 18:28:17)
Offline
I think there needs to be a modal switch for the key bindings like in vi. For instance, there needs to be a way to force focus away from the page and onto just the browser itself. When I go to websites that have their own key bindings they seem to always override jumanji's. If you go to gmail you will see what I mean.
In uzbl there is a cmd mode and insert mode like vi. I think this part of uzbl works great. Is there something like this already in jumanji that I'm missing?
Offline
Can jumanji use bookmarklet ?
I've tried to load some javascript: but it doesn't seem to work at all
When you live for a strong purpose, then hard work isn't an option. It's a necessity. - Steve Pavlina
dotFiles
Offline
@neldoreth
Firstly, thanks again for your awesome browser(and pdf-viewer!).
Second, Could you please tell me about what your plans are about when to make a "stable"(release) version?
I would personally love if you would soon make such a release, such that we could get it into the official arch repos.
Currently the only app i use from aur is jumanji, and the "aur helpers ", when updating dev-packages, always recompiles/installs upon each update-check-run, which is a drag imho...
To me jumanji feels very stable and I have had no issues since i began using it a coupleof month ago...
Last edited by mhertz (2010-12-13 08:40:02)
Offline
Is there a way to 'un-map' keybindings? I keep accidentally quitting the browser with Ctrl-q when i mean to hit Ctrl-w (darn you, qwerty!). Can I turn off the mapping of Ctrl-q to quitall? Sorry if I missed this in an obvious place in the documentation.
Offline
Great work on the browser thus far.
Are there any plans to implement sending commands to the browser from scripts, not dissimilar to the way scripts can interact with Uzbl through sockets?
If not, are there any plans for per-site userscripts/userstyles being implemented?
Offline
I want to migrate from firefox + vimperator on jumanji. But there are some difficulties with configuration. For example, in .vimperatorrc I have this line:
map <F3>: tabopen betflop.com <CR> <CR>
What is the analogue of this line in jumanjirc?
Sorry, english is not my native language...
Offline
Is the git server down for everyone or is it just me?
Offline
Hello,
Is the git server down for everyone or is it just me?
Thank you for mentioning. Should work again
Best regards
pwmt.org : programs with movie titles
Offline
Hello,
hellomynameisphil wrote:Is the git server down for everyone or is it just me?
Thank you for mentioning. Should work again
Best regards
Can I ask you for the question: How can I run bookmarklet on jumanji ? And how 'yy' work ?
Thanks
When you live for a strong purpose, then hard work isn't an option. It's a necessity. - Steve Pavlina
dotFiles
Offline
Congrats to the people at pwmt.org for two amazing pieces of software (also ditched evince for zathura).
Just one question, is there any reason why Alt (Mod1) is not a mappable modifier by default?
--- jumanji/jumanji.c 2010-12-01 22:49:10.289026927 +0000
+++ jumanji-build/jumanji.c 2010-12-01 23:00:35.251296865 +0000
@@ -2811,6 +2811,9 @@
case 'W':
mask = GDK_SUPER_MASK | GDK_MOD4_MASK;
break;
+ case 'A':
+ mask = GDK_MOD1_MASK;
+ break;
}
/* no valid modifier */
Probably wouldn't hurt do add these extra 3 lines.
To rest or to not do anything, that is the question.
Offline
Is there a way to 'un-map' keybindings? I keep accidentally quitting the browser with Ctrl-q when i mean to hit Ctrl-w (darn you, qwerty!). Can I turn off the mapping of Ctrl-q to quitall? Sorry if I missed this in an obvious place in the documentation.
I tried mapping <C-q> to close_tab in jumanjirc, but jumanji complains that this is an invalid keybinding. I am not able to change the keybinding in config.h, as when I makepkg, it seems to overwrite my changes. Is there no way to do this?
Offline
why dont you just use "d" to close a tab?
Offline