You are not logged in.

#676 2010-12-05 21:44:10

ryz
Member
From: germany
Registered: 2008-01-28
Posts: 9

Re: jumanji - a web browser

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

#677 2010-12-05 22:15:20

mhertz
Member
From: Denmark
Registered: 2010-06-19
Posts: 681

Re: jumanji - a web browser

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

#678 2010-12-06 13:08:50

burn
Member
Registered: 2010-04-13
Posts: 21

Re: jumanji - a web browser

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

#679 2010-12-07 03:06:54

gorudonu
Member
Registered: 2010-08-08
Posts: 37

Re: jumanji - a web browser

When hint feature will be implemented? I'd like stop using mouse when browsing the internet and take my hands off the keyboard....

Offline

#680 2010-12-07 11:04:49

mhertz
Member
From: Denmark
Registered: 2010-06-19
Posts: 681

Re: jumanji - a web browser

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

#681 2010-12-07 12:21:15

burn
Member
Registered: 2010-04-13
Posts: 21

Re: jumanji - a web browser

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

#682 2010-12-07 18:26:09

mhertz
Member
From: Denmark
Registered: 2010-06-19
Posts: 681

Re: jumanji - a web browser

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

#683 2010-12-07 23:05:43

nXqd
Member
Registered: 2010-07-01
Posts: 173
Website

Re: jumanji - a web browser

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

#684 2010-12-08 04:53:30

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: jumanji - a web browser

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
Thanks

The answer is deep within this thread. Use the absolute file path instead of ~ ( file:///home/<USER>/.config/... ).

Offline

#685 2010-12-08 09:49:03

nXqd
Member
Registered: 2010-07-01
Posts: 173
Website

Re: jumanji - a web browser

skottish wrote:
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
Thanks

The 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 smile

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

#686 2010-12-09 14:55:54

singral
Member
Registered: 2009-09-21
Posts: 27

Re: jumanji - a web browser

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

#687 2010-12-09 15:33:29

brisbin33
Member
From: boston, ma
Registered: 2008-07-24
Posts: 1,796
Website

Re: jumanji - a web browser

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.

Offline

#688 2010-12-09 18:27:45

mhertz
Member
From: Denmark
Registered: 2010-06-19
Posts: 681

Re: jumanji - a web browser

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

#689 2010-12-09 21:21:28

dalingrin
Member
Registered: 2009-03-18
Posts: 128

Re: jumanji - a web browser

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

#690 2010-12-12 22:51:17

nXqd
Member
Registered: 2010-07-01
Posts: 173
Website

Re: jumanji - a web browser

Can jumanji use bookmarklet ?
I've tried to load some javascript: but it doesn't seem to work at all smile


When you live for a strong purpose, then hard work isn't an option. It's a necessity. - Steve Pavlina
dotFiles

Offline

#691 2010-12-13 08:34:33

mhertz
Member
From: Denmark
Registered: 2010-06-19
Posts: 681

Re: jumanji - a web browser

@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

#692 2010-12-14 02:11:48

hellomynameisphil
Member
From: /home/phil/Vancouver
Registered: 2009-10-02
Posts: 257
Website

Re: jumanji - a web browser

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

#693 2010-12-15 18:41:26

Slacky
Member
Registered: 2010-12-05
Posts: 1

Re: jumanji - a web browser

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

#694 2010-12-15 21:12:35

from_by
Member
Registered: 2010-12-09
Posts: 5

Re: jumanji - a web browser

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

#695 2010-12-16 05:08:35

hellomynameisphil
Member
From: /home/phil/Vancouver
Registered: 2009-10-02
Posts: 257
Website

Re: jumanji - a web browser

Is the git server down for everyone or is it just me?

Offline

#696 2010-12-16 21:06:50

neldoreth
Member
From: AT
Registered: 2009-02-01
Posts: 212

Re: jumanji - a web browser

Hello,

hellomynameisphil wrote:

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

#697 2010-12-16 22:33:35

nXqd
Member
Registered: 2010-07-01
Posts: 173
Website

Re: jumanji - a web browser

neldoreth wrote:

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

#698 2010-12-18 17:38:43

TopCat
Member
From: Aveiro, Portugal
Registered: 2010-12-18
Posts: 9
Website

Re: jumanji - a web browser

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. wink


To rest or to not do anything, that is the question.

Offline

#699 2010-12-21 07:59:03

hellomynameisphil
Member
From: /home/phil/Vancouver
Registered: 2009-10-02
Posts: 257
Website

Re: jumanji - a web browser

hellomynameisphil wrote:

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

#700 2010-12-21 09:24:08

burn
Member
Registered: 2010-04-13
Posts: 21

Re: jumanji - a web browser

why dont you just use "d" to close a tab?

Offline

Board footer

Powered by FluxBB