rgkirch
rgkirch
Ok, interesting. Thanks.
Ok, thanks. That helps since I didn't know about `clojure-align` but I'm not sure how to turn that into a solution.
Thanks for this! I think it's like you said; this leaves out some features but I'm happy so far and I've put it in my init.el.
I'm on windows.
[mvnrepository](https://mvnrepository.com/artifact/io.github.humbleui.jwm/jwm) lists "0.2.4" and "main" so I tried both e.g. `io.github.humbleui.jwm/jwm {:mvn/version "0.2.4"}`
Thanks for the heads up. I tried running without the call to `App/terminate` but I still don't get my repl back. Thanks for looking into it!
```clojure start-x window-start-x start-y window-start-y] (.setSize f start-width start-height) (when (and start-x start-y) (.setLocation f start-x start-y)) ``` This has the idiosyncrasy that setting `window-start-x` won't have an effect unless...
Yea, I didn't think of that as an option and I like it. Alternatively, I just realized that the default initial location might be in scope... ```clojure start-x (or window-start-x...
That sounds good!