Brice Waegeneire

Results 47 comments of Brice Waegeneire

~~PR #181 implement this feature.~~

`SIGALRM` is used to end [abort](https://github.com/baskerville/sxhkd/blob/fe241b0d2d70c9c483b23cf3cd14f1383f0953a2/src/sxhkd.c#L199) a chord as documented in #170. `SIGSTOP` and `SIGCONT` should be what your are looking for, but it doesn't seems to fully disable sxhkd...

Don't use the first workaround because your keyring will be erased at each shutdown. This one is better `ln -s /run/user/`id -u`/gnupg/S.gpg-agent /home/`id -un`/.gnupg/S.gpg-agent`; it is permanent across reboot. Here...

With https://github.com/zbaylin/rofi-wifi-menu/pull/7 you should be able to configure the font. Just customize [config.example](https://github.com/zbaylin/rofi-wifi-menu/blob/master/config.example) and put it's content in `~/.config/rofi/wifi`.

I didn't take the time to try it yet, but I think all the bricks are there to support RSP1b in gqrx. And it could be done without the pesky...

`(setq ranger-footer-delay nil)` seems to do the job at the moment.

This is caused by the insertion of inline-css code by `htmlize`, which then parsed by `pygments` produce some garbage. The current workaround that I have found is to set `org-html-htmlize-output-type`...

@andersonpem I tried the version on Mozilla Add-ons Store without any success on Firefox 78.6.1esr. I don't know if it's the right place to report that tho.

That was quick! It works with Firefox Nightly 83.0, I'll try with the ESR version during the week.

Maybe misunderstood but I thought the members of @emacsorphanage were now maintaining `emacs-git-gutter`, especially @gonewest818. That's why I have opened this feature request. Can you keep it open, to track...