Re: [qutebrowser] 2019 crowdfunding with shirts, stickers and more!

2019-12-30 Thread benh
Happy pre-birthday!


On Mon, Dec 30, 2019 at 9:50 AM Florian Bruhin  wrote:

> Hey,
>
> On Wed, Oct 30, 2019 at 02:02:40PM +0100, Florian Bruhin wrote:
> > Just like in the 2017/2018 crowdfundings, it'll be possible to get
> t-shirts and
> > stickers again. I'll also add some new swag to the mix :)
>
> Just a quick reminder: If you want physical rewards with the current perk
> levels, sign up to the GitHub Sponsors campaign before the end of the year:
>
> https://github.com/sponsors/The-Compiler/
>
> Somewhen after 2020 comes around the corner (and probably after my
> birthday on
> the 2nd) I'm going to adjust the perks accordingly.
>
> Florian
>
> --
> m...@the-compiler.org (Mail/XMPP) | https://www.qutebrowser.org
>https://bruhin.software/ |
> https://github.com/sponsors/The-Compiler/
>GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc
>  I love long mails! | https://email.is-not-s.ms/
>


-- 
benh~

http://about.notbenh.info

Stability is not a Regression and keep being Awesome!


Re: [qutebrowser] 2019 crowdfunding with shirts, stickers and more!

2019-12-30 Thread Florian Bruhin
Hey,

On Wed, Oct 30, 2019 at 02:02:40PM +0100, Florian Bruhin wrote:
> Just like in the 2017/2018 crowdfundings, it'll be possible to get t-shirts 
> and
> stickers again. I'll also add some new swag to the mix :)

Just a quick reminder: If you want physical rewards with the current perk
levels, sign up to the GitHub Sponsors campaign before the end of the year:

https://github.com/sponsors/The-Compiler/

Somewhen after 2020 comes around the corner (and probably after my birthday on
the 2nd) I'm going to adjust the perks accordingly.

Florian

-- 
m...@the-compiler.org (Mail/XMPP) | https://www.qutebrowser.org 
   https://bruhin.software/ | https://github.com/sponsors/The-Compiler/
   GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc
 I love long mails! | https://email.is-not-s.ms/


signature.asc
Description: PGP signature


Re: [qutebrowser] Some questions

2019-12-30 Thread Florian Bruhin
Hey Andre(w|as),

Note you aren't subscribed to the list - I approved your mail manually and
added you to the whitelist now, but you won't receive any replies if people
don't include you directly.

On Mon, Dec 30, 2019 at 12:03:55PM +0100, Andreas Hofer wrote:
> 1. Is this a bug?
> 
> ":help open:" throws "blocked through an extension" (may jblock?)

That shows "Invalid help topic open:!" for me, which is what I expect.

Do you mean ":help :open"?

Do you actually run the :help command like that, or are you in fact clicking on
some link to qute://help somewhere?

Have you tried without jblock?

> 2. Slower startup after doing some configuration
> 
> There is a percentage status after start qutebrowser, while loading the
> startpage.
> 
> Something wrong with my config.py? Any suggestions for better performance?

What do you mean with "There is a percentage status after start qutebrowser"?

What qutebrowser version are you running?
Also, have you tried without jblock? ;-)

> 3.I've read that this might increase the performance to use
> c.bindings.default = {}.
> 
> Is that true?

Where did you read so?

Probably not significantly. Certainly not if you end up re-adding all the
bindings anyways. qutebrowser without any bindings seems pretty useless to me.

Something that does increase startup performance a bit is setting
c.bindings.commands instead of using config.bind, but with only a handful of
bindings, that shouldn't make a big difference.

> 4. Is it possible to open the startpage to a new tab and directly change to
> insert-mode?
> 
> (see my keybinding for 't' in normal mode)

You can chain commands with ";;", but by default, qutebrowser leaves insert
mode when a page finished loading. You can disable that via
input.insert_mode.leave_on_load, but that'll mean you'll stay in insert mode
after e.g. pressing enter on DuckDuckGo.

You could do something like this:

open -t https://start.duckduckgo.com ;; later 1000 enter-mode insert

But the timeout to use really depends on the loading time of the website.

Florian

-- 
m...@the-compiler.org (Mail/XMPP) | https://www.qutebrowser.org 
   https://bruhin.software/ | https://github.com/sponsors/The-Compiler/
   GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc
 I love long mails! | https://email.is-not-s.ms/


signature.asc
Description: PGP signature