Joe Reynolds

Results 87 comments of Joe Reynolds

> Is this a screenshot when ExtPopupmenu is enabled? If so, it looks like display is broken. It might be a bug. Yep `ExtPopupmenu` is set to true. > If,...

Thanks for the help @akiyosi !

Hi! What OS and distribution are you using? I'm only asking because `win+d` suggests you're using windows? Does `win+d` minimize all windows and show the desktop? With a little bit...

Hi again, It looks like it might be possible :D I think we might be able to do something along the lines of (untested) ``` win.on('close', (event) => { event.preventDefault();...

Hi @GhostInTheSteiner, At the moment transparency is not supported (though it is possible!) See here for how to implement it https://github.com/electron/electron/blob/master/docs/api/frameless-window.md#transparent-window Basically it's an option you need to pass through...

Hi @inondle, I've pushed up a few changes that may solve this problem as a side effect. If you could try again that'd be great. Let me know if there're...

https://github.com/joereynolds/mort/commit/1ee76d116e894f5f4feb6b3255cd8d922d0c9ca9

Probably easiest to use `help2man` and call it a day there.

Here are some examples of dynamic CSS ``` This is a dumping ground of how people are using CSS dynamically which may get through mort 1. ``` var class =...

I would leave this to the user's discretion.