Matt Sturgeon

Results 55 comments of Matt Sturgeon

I've tried the updated workaround in [this comment](https://github.com/stefansundin/altdrag/issues/7#issuecomment-314945425) however I'm still reproducing the issue. This is my config: ![2018-12-20 20_18_04 - issue 7](https://user-images.githubusercontent.com/5046562/50311067-d4508700-049b-11e9-9a81-fafbe0889018.png) I've been trying to set up a...

@softyoda probably easiest to install the patched version I linked to in #99 (under the Testing heading). You can also see how the manifest is changed by looking at the...

Have you seen the AutoHotKey scripts liked [here](https://github.com/stefansundin/altdrag/issues/76#issuecomment-473046271)? They behave similar to AltDrag but are implemented completely differently, so manage to avoid many of the hidpi scaling weirdness and some...

> It doesn't do everything AltDrag does and I have to start it myself every time I reboot but I haven't had any issues. If you compile the script to...

> hm, so no further discussion at all? 🤔 Sorry I've been busy with work and other projects. Not sure if/when I'll have chance to work on this, but happy...

> I think that makes more sense as .cache kinda already implies temp downloads and stuff like that Not sure I agree with that. Temporary stuff should go in `/tmp`...

This should've been fixed by ce0a0e6f, which adds a option to disable the primary monitor check.

I think I may have just run into this (or very similar) bug. I have a collection `assets` in which I keep my js and css files: ``` _assets `-...

Why can't Jekyll render a file as part of the include process? Isn't that the expected behavior of include and include_relative: to trigger a render and then include the result?

Did you ever finish the flatpak? Can't find it published anywhere. I personally find it a bit of a pain manually running/installing java programs on linux because they often want...