Matt Mascarenhas

Results 9 comments of Matt Mascarenhas

Alright, knowing that it doesn't affect everyone, I've investigated some more. 1. After launching Firefox, opening a New Private Window makes the `set gui=none` setting from `~/.vimperatorrc` hide the tab...

I'm pretty sure I've now isolated the problem. It's fundamentally in `$XDG_DATA_HOME/qutebrowser/sessions/default.yml` but also in `$XDG_DATA_HOME/qutebrowser/state`. If I remove `$XDG_DATA_HOME/qutebrowser/state` and launch, we are not in fullscreen mode, as expected....

Well, your Qt version caught my attention here, so I wanted to try it on 6.6.0 and can confirm this does still happen for me. Now on: ``` qutebrowser v3.0.0...

Little tip for others keenly awaiting a fix: [brn](https://github.com/nimaipatel/brn/) does the job beautifully, just like ranger's own text editor-based renaming.

Well, @alpaca1thunder, I've just had a quick, partially-successful try at this – you're ahead of me, I simply `S` to shell and run `brn` there – but it seems like...

Okay, to enable echo's output to reach the terminal, we can change pickone() to: ```bash pickone() { n=1 maxnum=$1 shift choices=( $(echo $@) ) for v in ${choices[@]}; do echo...

Cheers, @oshazard. Personally, I'm not sure I'd have a use for either regex or wildcards, preferring to install the minimum packages necessary (which is encouraged by having to pass them...

Great work investigating this, @zamabe. I've lately been giving a different AUR helper a go, but hope you folks manage to figure out a clean fix for this issue.

Nice workaround, @darkelectron! You gave me the idea to do it based on the number of tabs saved in `$XDG_DATA_HOME/ranger/tabs`, which I've scripted up here: https://gist.github.com/miblodelcarpio/4a99dc492445f28c9d0d29cd6e3581b1